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

Joel Grunbaum
3 days ago bceefce387c7b40a32f9edcc68c0735c1aed43ea
smini/hardware-configuration.nix
@@ -12,6 +12,8 @@
  boot.initrd.kernelModules = [ ];
  boot.kernelModules = [ "kvm-intel" ];
  boot.extraModulePackages = [ ];
  boot.supportedFilesystems = [ "zfs" ];
  networking.hostId = "81fdcc33";
  fileSystems."/" =
    { device = "/dev/disk/by-uuid/c5820e22-2f08-461e-8003-1e99d0e783e9";
@@ -25,6 +27,15 @@
      options = [ "fmask=0077" "dmask=0077" ];
    };
  boot.zfs = {
    forceImportRoot = false;
    extraPools = [ "pool" ];
  };
  services.zfs = {
    autoScrub.enable = true;
    trim.enable = true;
  };
  swapDevices = [ ];
  # Enables DHCP on each ethernet and wireless interface. In case of scripted networking