wip2
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
Jermeiah S 2025-06-19 22:18:57 -04:00
parent 2841978224
commit 4f88823def
No known key found for this signature in database
2 changed files with 5 additions and 2 deletions

View file

@ -53,7 +53,7 @@ in
autoRollback = false;
magicRollback = true;
user = "root";
remoteBuild = true;
# remoteBuild = true;
nodes = lib.mapAttrs genNode deployableNodes;
};
}

View file

@ -8,7 +8,10 @@
];
zramSwap.enable = true;
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 = {
enable = true;
};