Compare commits
2 commits
9469421fd1
...
8e0c04dbd3
| Author | SHA1 | Date | |
|---|---|---|---|
| 8e0c04dbd3 | |||
| 2883de7ba1 |
2 changed files with 4 additions and 7 deletions
|
|
@ -63,15 +63,12 @@
|
||||||
./modules/nix/linux.nix
|
./modules/nix/linux.nix
|
||||||
./modules/shell.nix
|
./modules/shell.nix
|
||||||
|
|
||||||
nix-minecraft.nixosModules.minecraft-servers
|
./modules/services/media/jellyfin.nix
|
||||||
{ nixpkgs.overlays = [ inputs.nix-minecraft.overlay ]; }
|
./modules/services/media/arr.nix
|
||||||
./modules/games/server/minecraft/default.nix
|
./modules/services/auth/tinyauth.nix
|
||||||
./modules/games/server/minecraft/building.nix
|
|
||||||
./modules/games/server/minecraft/neoforge-1.21.1.nix
|
|
||||||
|
|
||||||
./modules/services/ssh.nix
|
./modules/services/ssh.nix
|
||||||
./modules/network/vpn/tailscale.nix
|
./modules/network/vpn/tailscale.nix
|
||||||
./modules/network/ddclient.nix
|
|
||||||
|
|
||||||
./modules/users/nico.nix
|
./modules/users/nico.nix
|
||||||
./modules/users/rhys.nix
|
./modules/users/rhys.nix
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices = [{
|
swapDevices = [{
|
||||||
device = "/var/lib/swapfile";
|
device = "/swapfile";
|
||||||
size = 8*1024; # 8 GB
|
size = 8*1024; # 8 GB
|
||||||
}];
|
}];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue