fix deploy-rs

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

View file

@ -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
];
}