From 9d60cbf230330d062799bb43b18c1f9fb374ec2c Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 12 Aug 2025 10:02:16 -0700 Subject: add profile for motd --- modules/motd.nix | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 modules/motd.nix (limited to 'modules') diff --git a/modules/motd.nix b/modules/motd.nix deleted file mode 100644 index 01575e1..0000000 --- a/modules/motd.nix +++ /dev/null @@ -1,9 +0,0 @@ -{ self, config, ... }: -{ - users.motdFile = "/etc/motd"; - environment.etc.motd.text = '' - Machine ${config.networking.hostName} - NixOS ${config.system.nixos.release} - @ ${self.shortRev or self.dirtyShortRev} - ''; -} -- cgit v1.2.3