fix deploy-rs
This commit is contained in:
parent
2841978224
commit
de5649cc5c
3 changed files with 18 additions and 6 deletions
|
|
@ -8,11 +8,15 @@
|
|||
];
|
||||
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;
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
deploy-rs
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue