parent
2841978224
commit
af0935bf86
2 changed files with 6 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,11 +8,15 @@
|
||||||
];
|
];
|
||||||
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;
|
||||||
};
|
};
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
git
|
git
|
||||||
|
deploy-rs
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue