aboutsummaryrefslogtreecommitdiff
path: root/hosts/hive
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/hive')
-rw-r--r--hosts/hive/default.nix8
1 files changed, 3 insertions, 5 deletions
diff --git a/hosts/hive/default.nix b/hosts/hive/default.nix
index c164b92..61b8193 100644
--- a/hosts/hive/default.nix
+++ b/hosts/hive/default.nix
@@ -34,11 +34,9 @@
efi.canTouchEfiVariables = true;
};
- motd = {
+ programs.motd = {
+ enable = true;
networkInterfaces = lib.lists.singleton "eno1";
- servicesToCheck = [
- "caddy"
- "gotosocial"
- ];
+ servicesToCheck = [ "caddy" "gotosocial" ];
};
}