summaryrefslogtreecommitdiff
path: root/hosts/demiurge/hardware.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/demiurge/hardware.nix')
-rw-r--r--hosts/demiurge/hardware.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/demiurge/hardware.nix b/hosts/demiurge/hardware.nix
index 5fa707c..260a71f 100644
--- a/hosts/demiurge/hardware.nix
+++ b/hosts/demiurge/hardware.nix
@@ -52,7 +52,7 @@
52 }; 52 };
53 53
54 fileSystems."/boot" = { 54 fileSystems."/boot" = {
55 device = "/dev/disk/by-uuid/B259-F128"; 55 device = "/dev/disk/by-uuid/9DB6-EB6F";
56 fsType = "vfat"; 56 fsType = "vfat";
57 options = [ 57 options = [
58 "fmask=0022" 58 "fmask=0022"
@@ -72,3 +72,4 @@
72 nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; 72 nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
73 hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; 73 hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
74} 74}
75