diff options
Diffstat (limited to '')
| -rw-r--r-- | machines/x/hardware-configuration.nix | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/machines/x/hardware-configuration.nix b/machines/x/hardware-configuration.nix index ff90405..6fbb4ed 100644 --- a/machines/x/hardware-configuration.nix +++ b/machines/x/hardware-configuration.nix @@ -14,13 +14,14 @@    boot.extraModulePackages = [ ];    fileSystems."/" = -    { device = "/dev/disk/by-uuid/0abb8534-cd63-454d-8c28-eec3c70ca187"; +    { device = "/dev/disk/by-uuid/ec9f01a5-c551-4ffd-89c8-624056cef6cf";        fsType = "ext4";      };    fileSystems."/boot" = -    { device = "/dev/disk/by-uuid/D299-E8FE"; +    { device = "/dev/disk/by-uuid/12CE-A600";        fsType = "vfat"; +      options = [ "fmask=0022" "dmask=0022" ];      };    swapDevices = [ ]; | 
