Compare commits
No commits in common. "197b557468a5a8d65cdd5aff198745336b4341ff" and "38bed5d6d8f90b64bacf0efd5b2b086787eaa9cd" have entirely different histories.
197b557468
...
38bed5d6d8
@ -12,7 +12,6 @@
|
|||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
# Encryption
|
# Encryption
|
||||||
./luks.nix
|
./luks.nix
|
||||||
./mcserver.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
@ -22,7 +21,7 @@
|
|||||||
"/ntfs" = {
|
"/ntfs" = {
|
||||||
fsType = "ntfs-3g";
|
fsType = "ntfs-3g";
|
||||||
device = "/dev/disk/by-uuid/6AC23F0FC23EDF4F";
|
device = "/dev/disk/by-uuid/6AC23F0FC23EDF4F";
|
||||||
options = [ "auto_cache" "nofail" ];
|
options = [ "auto_cache" ];
|
||||||
};
|
};
|
||||||
"/.btrfsroot" = {
|
"/.btrfsroot" = {
|
||||||
options = [ "subvol=/" ];
|
options = [ "subvol=/" ];
|
||||||
|
@ -41,12 +41,6 @@
|
|||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/srv/mcserver" =
|
|
||||||
{ device = "/dev/disk/by-uuid/7204ff85-6404-4bd7-ba0d-3fb23a5cf52c";
|
|
||||||
fsType = "btrfs";
|
|
||||||
options = [ "subvol=@mcserver" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
swapDevices = [ ];
|
swapDevices = [ ];
|
||||||
|
|
||||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
{ pkgs, lib, config, ... }:
|
|
||||||
{
|
|
||||||
config = {
|
|
||||||
fileSystems."/srv/mcserver".options = [ "compress=zstd" "nofail" ];
|
|
||||||
networking.firewall.trustedInterfaces = [ "wg0" ];
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user