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