From 2fea36c19eb904125e2db5ba230b28d72dc881db Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 12 Sep 2025 13:11:20 -0700 Subject: start to refactor nixos modules --- profiles/core/motd.nix | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 profiles/core/motd.nix (limited to 'profiles/core/motd.nix') diff --git a/profiles/core/motd.nix b/profiles/core/motd.nix deleted file mode 100644 index 01575e1..0000000 --- a/profiles/core/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