Displays FQDN and flake commit hash with timestamp on login. Templates can override with their own MOTD via mkDefault. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
19 lines
254 B
Nix
19 lines
254 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./acme.nix
|
|
./autoupgrade.nix
|
|
./monitoring
|
|
./motd.nix
|
|
./packages.nix
|
|
./nix.nix
|
|
./root-user.nix
|
|
./pki/root-ca.nix
|
|
./sops.nix
|
|
./sshd.nix
|
|
./vault-secrets.nix
|
|
|
|
../modules/homelab
|
|
];
|
|
}
|