diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-12-17 19:08:21 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-12-17 19:08:21 -0700 |
| commit | d176b315f9e074d9eabe8c4b87e56281000ece84 (patch) | |
| tree | b3bd76f7402e43c90d83802bec865d71f7f9c6e7 /machines/doretta/hardware-configuration.nix | |
| parent | 153235b4cfc8a4aaea41959c76c5dc9aa98fd547 (diff) | |
| parent | 371b3653826488565e238ad253734cb01196372e (diff) | |
Merge branch 'master' of ssh://git.wormcar.gay:2200/devinf/nix-config
Diffstat (limited to 'machines/doretta/hardware-configuration.nix')
| -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 = [ ]; |
