aboutsummaryrefslogtreecommitdiff
path: root/modules/systems/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-09 17:50:29 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-09 17:50:29 -0800
commit08715adf4df604afdafb1333032b7c1495bca3d5 (patch)
treee99a9361fbe4cb8b55a40028e8637145c9032607 /modules/systems/default.nix
parentmodules: swap capslock for control (diff)
downloadinfra-08715adf4df604afdafb1333032b7c1495bca3d5.tar.gz
systems: add a MoTD
Diffstat (limited to '')
-rw-r--r--modules/systems/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/systems/default.nix b/modules/systems/default.nix
index a543fe5..27fb53b 100644
--- a/modules/systems/default.nix
+++ b/modules/systems/default.nix
@@ -2,6 +2,7 @@
{
imports = [
+ ./motd.nix
./nix.nix
./software.nix
./ssh.nix