formatting
This commit is contained in:
parent
c3862ff13a
commit
3d79018cf6
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue