parent
2841978224
commit
4f88823def
2 changed files with 5 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ in
|
||||||
autoRollback = false;
|
autoRollback = false;
|
||||||
magicRollback = true;
|
magicRollback = true;
|
||||||
user = "root";
|
user = "root";
|
||||||
remoteBuild = true;
|
# remoteBuild = true;
|
||||||
nodes = lib.mapAttrs genNode deployableNodes;
|
nodes = lib.mapAttrs genNode deployableNodes;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,10 @@
|
||||||
];
|
];
|
||||||
zramSwap.enable = true;
|
zramSwap.enable = true;
|
||||||
nixpkgs.hostPlatform = "x86_64-linux";
|
nixpkgs.hostPlatform = "x86_64-linux";
|
||||||
nixpkgs.overlays = [ flake.inputs.self.overlays.default ];
|
nixpkgs.overlays = [
|
||||||
|
flake.inputs.self.overlays.default
|
||||||
|
flake.inputs.deploy-rs.overlays.default
|
||||||
|
];
|
||||||
services.tailscale = {
|
services.tailscale = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue