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

@@ -39,11 +39,6 @@ in rec {
pools = { "pool.ntp.org" = ["iburst"] ; };
};
services.default = target {
name = "default";
contents = with services; [ loopback ntp defaultroute4 ];
};
boot.tftp = {
serverip = "192.168.8.148";
ipaddr = "192.168.8.251";