this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(lituus): correct uuid for block storage

+7 -2
+7 -2
hosts/lituus/hardware-configuration.nix
··· 16 16 17 17 fileSystems."/" = 18 18 { 19 - device = "/dev/disk/by-uuid/7c560634-d545-41cc-b375-42ce3037fd73"; 20 - fsType = "ext4"; 19 + device = "/dev/disk/by-uuid/3b8b2c4b-835e-4822-8ac8-0effdc8270d6"; 20 + fsType = "btrfs"; 21 + }; 22 + 23 + fileSystems."/storage" = 24 + { device = "/dev/disk/by-uuid/c2181608-cbb0-40ab-b62b-158cdc9b9300"; 25 + fsType = "btrfs"; 21 26 }; 22 27 23 28 swapDevices = [ ];