diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-08-12 10:02:16 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-08-12 10:02:16 -0700 |
| commit | 9d60cbf230330d062799bb43b18c1f9fb374ec2c (patch) | |
| tree | 8dce4c7e256413bcaf94230286602d268da7a543 | |
| parent | create profiles for networkd and nix's GC (diff) | |
| download | infra-9d60cbf230330d062799bb43b18c1f9fb374ec2c.tar.gz | |
add profile for motd
| -rw-r--r-- | machines/nixos/x86_64-linux/do-rproxy/default.nix | 1 | ||||
| -rw-r--r-- | machines/nixos/x86_64-linux/synology-vm/default.nix | 1 | ||||
| -rw-r--r-- | profiles/core/motd.nix (renamed from modules/motd.nix) | 0 | ||||
| -rw-r--r-- | profiles/server.nix | 2 |
4 files changed, 2 insertions, 2 deletions
diff --git a/machines/nixos/x86_64-linux/do-rproxy/default.nix b/machines/nixos/x86_64-linux/do-rproxy/default.nix index dd5e137..9c61dc9 100644 --- a/machines/nixos/x86_64-linux/do-rproxy/default.nix +++ b/machines/nixos/x86_64-linux/do-rproxy/default.nix @@ -26,6 +26,7 @@ "${self}/profiles/core/locale.nix" "${self}/profiles/core/ssh.nix" "${self}/profiles/core/tools.nix" + "${self}/profiles/core/motd.nix" "${self}/profiles/nix/gc.nix" "${self}/profiles/network/networkd.nix" ]; diff --git a/machines/nixos/x86_64-linux/synology-vm/default.nix b/machines/nixos/x86_64-linux/synology-vm/default.nix index 47e54bc..3480706 100644 --- a/machines/nixos/x86_64-linux/synology-vm/default.nix +++ b/machines/nixos/x86_64-linux/synology-vm/default.nix @@ -40,6 +40,7 @@ "${self}/profiles/core/locale.nix" "${self}/profiles/core/ssh.nix" "${self}/profiles/core/tools.nix" + "${self}/profiles/core/motd.nix" "${self}/profiles/nix/gc.nix" "${self}/profiles/network/networkd.nix" ]; diff --git a/modules/motd.nix b/profiles/core/motd.nix index 01575e1..01575e1 100644 --- a/modules/motd.nix +++ b/profiles/core/motd.nix diff --git a/profiles/server.nix b/profiles/server.nix index 78eaf7d..9f9e01c 100644 --- a/profiles/server.nix +++ b/profiles/server.nix @@ -1,13 +1,11 @@ { pkgs, - self, ... }: { imports = [ ./default.nix - "${self}/modules/motd.nix" ]; #Virtualization settings |
