Compare commits

...

4 Commits

Author SHA1 Message Date
709a2c24a6 Auto-commit: 2026-01-05 21:17:17 2026-01-05 21:17:17 +00:00
7c556a4375 Auto-commit: 2026-01-05 21:12:54 2026-01-05 21:12:54 +00:00
c1352dfc36 Auto-commit: 2026-01-05 21:12:46 2026-01-05 21:12:46 +00:00
f2eaeb48e5 Auto-commit: 2026-01-05 21:12:32 2026-01-05 21:12:32 +00:00
3 changed files with 1 additions and 3 deletions

View File

@@ -1 +0,0 @@
secrets.nix

View File

@@ -29,4 +29,4 @@
];
};
};
}
}

View File

@@ -3,7 +3,6 @@
networking = {
hostName = "${host}";
networkmanager.enable = true;
useNetworkd = true;
timeServers = options.networking.timeServers.default ++ ["pool.ntp.org"];
firewall = {
enable = lib.mkDefault false;