diff options
Diffstat (limited to 'hosts/local')
-rw-r--r-- | hosts/local/fw11/hardware-configuration.nix | 7 | ||||
-rw-r--r-- | hosts/local/wayland.nix | 1 |
2 files changed, 4 insertions, 4 deletions
diff --git a/hosts/local/fw11/hardware-configuration.nix b/hosts/local/fw11/hardware-configuration.nix index 6b4e8bf..359ff8f 100644 --- a/hosts/local/fw11/hardware-configuration.nix +++ b/hosts/local/fw11/hardware-configuration.nix @@ -15,17 +15,18 @@ # to modeswitch usb dongle sudo usb_modeswitch -KW -v 0bda -p 1a2b fileSystems."/" = - { device = "/dev/disk/by-uuid/349f55f5-8726-47be-826c-33ae8da92346"; + { device = "/dev/disk/by-uuid/176785ba-cd35-4d09-b7df-37e8b9843c33"; fsType = "ext4"; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/0739-1303"; + { device = "/dev/disk/by-uuid/043D-21E3"; fsType = "vfat"; + options = ["fmask=0077" "dmask=0077"]; }; swapDevices = - [ { device = "/dev/disk/by-uuid/5d13663a-3177-4338-b07a-4b0e10581084"; } + [ ]; # The global useDHCP flag is deprecated, therefore explicitly set to false here. diff --git a/hosts/local/wayland.nix b/hosts/local/wayland.nix index 256c84d..3b7c6c4 100644 --- a/hosts/local/wayland.nix +++ b/hosts/local/wayland.nix @@ -81,7 +81,6 @@ thunderbird kmail firefox - chromium pavucontrol # icons polkit_gnome |