diff --git a/hosts/ontos/configuration.nix b/hosts/ontos/configuration.nix deleted file mode 100644 index 8304a6a..0000000 --- a/hosts/ontos/configuration.nix +++ /dev/null @@ -1,9 +0,0 @@ -{ config, pkgs, ... }: - -{ - users.motd = builtins.readFile ./motd; - services.tailscale.port = 15429; - - networking.hostName = "ontos"; - networking.hostId = "07602ecc"; -} diff --git a/hosts/ontos/default.nix b/hosts/ontos/default.nix old mode 100755 new mode 100644 index bdcbf23..8304a6a --- a/hosts/ontos/default.nix +++ b/hosts/ontos/default.nix @@ -6,5 +6,4 @@ networking.hostName = "ontos"; networking.hostId = "07602ecc"; - within.backups.repo = "57196@usw-s007.rsync.net:ontos"; }