diff options
Diffstat (limited to 'machines/doretta')
| -rw-r--r-- | machines/doretta/hardware-configuration.nix | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/machines/doretta/hardware-configuration.nix b/machines/doretta/hardware-configuration.nix index f768a3f..70fb758 100644 --- a/machines/doretta/hardware-configuration.nix +++ b/machines/doretta/hardware-configuration.nix @@ -1,4 +1,4 @@ -# Do not modify this file! It was generated by ‘nixos-generate-config’ +# Do not modxxify this file! It was generated by ‘nixos-generate-config’ # and may be overwritten by future invocations. Please make changes # to /etc/nixos/configuration.nix instead. { config, lib, pkgs, modulesPath, ... }: @@ -14,8 +14,14 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/9fb0c7c8-8ee8-48ca-bd3a-3246838d3780"; + { device = "/dev/disk/by-uuid/036e01ab-d0ae-46c3-a9c8-d0e94d83cdde"; fsType = "btrfs"; + options = [ "subvol=@" ]; + }; + + fileSystems."/boot" = + { device = "/dev/disk/by-uuid/F97F-258C"; + fsType = "vfat"; }; swapDevices = [ ]; |
