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/nix/linux.nix
|
||||||
./modules/shell.nix
|
./modules/shell.nix
|
||||||
|
|
||||||
./modules/services/media/jellyfin.nix
|
nix-minecraft.nixosModules.minecraft-servers
|
||||||
./modules/services/media/arr.nix
|
{ nixpkgs.overlays = [ inputs.nix-minecraft.overlay ]; }
|
||||||
./modules/services/auth/tinyauth.nix
|
./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/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 = "/swapfile";
|
device = "/var/lib/swapfile";
|
||||||
size = 8*1024; # 8 GB
|
size = 8*1024; # 8 GB
|
||||||
}];
|
}];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue