diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-12-14 13:20:44 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-12-14 13:20:44 -0800 |
| commit | 7e7e42b4d58e90466c9f8926c3804aa23be47877 (patch) | |
| tree | 5e00f916b895a91a89d1ec3f048e196da6510e70 /profiles | |
| parent | simplify path structures for machines (diff) | |
| download | infra-7e7e42b4d58e90466c9f8926c3804aa23be47877.tar.gz | |
display the git SHA for the nixos version in MOTD
Diffstat (limited to 'profiles')
| -rw-r--r-- | profiles/defaults.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/profiles/defaults.nix b/profiles/defaults.nix index d98daa0..6ada4c7 100644 --- a/profiles/defaults.nix +++ b/profiles/defaults.nix @@ -1,5 +1,4 @@ { - self, config, pkgs, lib, @@ -100,8 +99,8 @@ environment.etc.motd.text = '' Machine ${config.networking.hostName} - NixOS ${config.system.nixos.release} - @ ${self.shortRev or self.dirtyShortRev} + NixOS ${config.system.nixos.versionSuffix} + @ ${config.system.configurationRevision} ''; ## disable that slow "building man-cache" step |
