Compare commits

...

2 commits

2 changed files with 2 additions and 2 deletions

View file

@ -159,8 +159,6 @@
services.syncthing.user = "paul"; services.syncthing.user = "paul";
services.syncthing.group = "users"; services.syncthing.group = "users";
virtualisation.rkt.enable = true;
# This value determines the NixOS release with which your system is to be # This value determines the NixOS release with which your system is to be
# compatible, in order to avoid breaking some software such as database # compatible, in order to avoid breaking some software such as database
# servers. You should change this only after NixOS release notes say you # servers. You should change this only after NixOS release notes say you

View file

@ -12,6 +12,8 @@
boot.kernelModules = [ "kvm-intel" "nct6775" ]; boot.kernelModules = [ "kvm-intel" "nct6775" ];
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
hardware.cpu.intel.updateMicrocode = true;
fileSystems."/" = fileSystems."/" =
{ device = "/dev/disk/by-uuid/509a5842-56fe-40bd-8b00-6bda87e02e5e"; { device = "/dev/disk/by-uuid/509a5842-56fe-40bd-8b00-6bda87e02e5e";
fsType = "ext4"; fsType = "ext4";