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

This commit is contained in:
Jermeiah S 2025-06-19 22:02:40 -04:00
parent f401e5864d
commit 2c84665e96
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,6 @@ in
}; };
}; };
deploy = { deploy = {
enable = true;
address = "201:ea26:66c7:657b:3599:63a6:c66c:d388"; address = "201:ea26:66c7:657b:3599:63a6:c66c:d388";
}; };
services = { services = {
@ -56,7 +55,7 @@ in
}; };
networking = { networking = {
firewall.enable = lib.mkForce false; firewall.enable = lib.mkForce false;
hostName = "base"; hostName = "forgejo-runner-tofu";
}; };
environment.systemPackages = [ environment.systemPackages = [
]; ];

View file

@ -6,6 +6,7 @@
++ [ ++ [
flake.inputs.disko.nixosModules.default flake.inputs.disko.nixosModules.default
]; ];
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 ];
services.tailscale = { services.tailscale = {