Compare commits
No commits in common. "44d914cd8c795e31193abdff1d2021feb61edd83" and "f5efe91d93ce1464c2921e40af8c5e7a892a20ab" have entirely different histories.
44d914cd8c
...
f5efe91d93
2 changed files with 2 additions and 2 deletions
|
@ -159,6 +159,8 @@
|
|||
services.syncthing.user = "paul";
|
||||
services.syncthing.group = "users";
|
||||
|
||||
virtualisation.rkt.enable = true;
|
||||
|
||||
# This value determines the NixOS release with which your system is to be
|
||||
# compatible, in order to avoid breaking some software such as database
|
||||
# servers. You should change this only after NixOS release notes say you
|
||||
|
|
|
@ -12,8 +12,6 @@
|
|||
boot.kernelModules = [ "kvm-intel" "nct6775" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
hardware.cpu.intel.updateMicrocode = true;
|
||||
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-uuid/509a5842-56fe-40bd-8b00-6bda87e02e5e";
|
||||
fsType = "ext4";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue