aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/motd.nix9
1 files changed, 0 insertions, 9 deletions
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}
- '';
-}