summaryrefslogtreecommitdiff
path: root/hosts/demiurge/hardware.nix
diff options
context:
space:
mode:
authorvin <vin@vineetk.net>2025-12-10 04:51:35 -0500
committervin <vin@vineetk.net>2025-12-10 04:51:35 -0500
commitc53583e003c24ad700478f62234bb68bb7076073 (patch)
tree46c5d87aac6f0f52f498abe3f30e46b957496d7a /hosts/demiurge/hardware.nix
parentae8bc969c9efcb800e3476dd49ac484cd8d67d22 (diff)
switch back to nixos yet again on demiurgeHEADmaster
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