delete unneeded services.default

This commit is contained in:
Daniel Barlow
2023-08-31 23:52:03 +01:00
parent 92970e8ed0
commit 51ad051443
3 changed files with 0 additions and 33 deletions

View File

@@ -200,20 +200,6 @@ in rec {
] ;
};
services.default = target {
name = "default";
contents =
let links = config.hardware.networkInterfaces;
in with config.services; [
links.lo
defaultroute4
resolvconf
sshd
rsync
watchdog
];
};
users.root = {
passwd = lib.mkForce secrets.root_password;
# openssh.authorizedKeys.keys = [