parent
2841978224
commit
4f88823def
2 changed files with 5 additions and 2 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue