formatting

This commit is contained in:
Jermeiah S 2025-06-19 18:27:38 -04:00
parent c3862ff13a
commit 3d79018cf6
No known key found for this signature in database

View file

@ -14,6 +14,7 @@ in
self.nixosModules.default self.nixosModules.default
# "${modulesPath}/virtualisation/lxc-container.nix" # "${modulesPath}/virtualisation/lxc-container.nix"
]; ];
services.yggdrasil.persistentKeys = false;
deploy = { deploy = {
enable = false; enable = false;
}; };
@ -21,7 +22,6 @@ in
tty-ips.enable = true; tty-ips.enable = true;
}; };
networking = { networking = {
hostName = "base"; hostName = "base";
}; };
environment.systemPackages = [ environment.systemPackages = [