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