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

@ -145,20 +145,6 @@ in rec {
dependencies = [services.dhcpc];
};
services.default = target {
name = "default";
contents =
let links = config.hardware.networkInterfaces;
in with config.services; [
links.lo links.eth links.wlan
int
bridge
hostap
defaultroute4
resolvconf
sshd
];
};
users.root.passwd = lib.mkForce secrets.root_password;
defaultProfile.packages = with pkgs; [nftables strace tcpdump swconfig];
}