mirror of https://github.com/Chizi123/Dotfiles.git

Joel Grunbaum
2 days ago 2cd9bfcda631362915c000feacb472333830126c
Add pool over nfs
1 files modified
6 ■■■■■ changed files
smaxi/hardware-configuration.nix 6 ●●●●● patch | view | raw | blame | history
smaxi/hardware-configuration.nix
@@ -12,6 +12,7 @@
  boot.initrd.kernelModules = [ ];
  boot.kernelModules = [ "kvm-amd" ];
  boot.extraModulePackages = [ ];
  boot.supportedFilesystems = [ "nfs" ];
  fileSystems."/" =
    { device = "/dev/disk/by-uuid/e00faf82-ced3-4095-9070-be1137bce8ae";
@@ -25,6 +26,11 @@
      options = [ "fmask=0077" "dmask=0077" ];
    };
  fileSystems."/pool" =
    { device = "smini:/pool";
      fsType = "nfs";
    };
  swapDevices = [ ];
  # Enables DHCP on each ethernet and wireless interface. In case of scripted networking