diff --git a/flake.nix b/flake.nix index 2ca58e3..665bd0f 100644 --- a/flake.nix +++ b/flake.nix @@ -18,7 +18,10 @@ modules = [ agenix.nixosModules.age home-manager.nixosModules.home-manager - ({ ... }: { system.configurationRevision = self.sourceInfo.rev; }) + ({ config, ... }: { + system.configurationRevision = self.sourceInfo.rev; + services.getty.greetingLine = ''<<< Welcome to NixOS ${config.system.nixos.label} @ ${self.sourceInfo.rev} - \l >>>''; + }) ] ++ extraModules; }; in {