default value for services.default

as a default default target, start all the services
This commit is contained in:
Daniel Barlow 2023-08-28 18:22:36 +01:00
parent 23ccfec5fb
commit e86daf9bbc
2 changed files with 14 additions and 24 deletions

View file

@ -201,27 +201,6 @@ in rec {
dependencies = [ services.dhcp6 ];
};
services.default = target {
name = "default";
contents = with config.services; [
config.hardware.networkInterfaces.lo
int
bridge
hostap
hostap5
ntp
defaultroute4
defaultroute6
packet_forwarding
dns
resolvconf
sshd
config.services.hostname
dhcp6
acquire-lan-prefix
acquire-wan-address
];
};
defaultProfile.packages = with pkgs; [
min-collect-garbage
];