diff --git a/hosts/hakase/hardware-configuration.nix b/hosts/hakase/hardware-configuration.nix index 7724bcb..0d9785f 100644 --- a/hosts/hakase/hardware-configuration.nix +++ b/hosts/hakase/hardware-configuration.nix @@ -30,11 +30,6 @@ fsType = "ext4"; }; - fileSystems."/mnt/APFEL" = - { device = "/dev/disk/by-uuid/394f67b9-e75b-40cc-9b15-28bbda40fff4"; - fsType = "ext4"; - }; - swapDevices = [ { device = "/dev/disk/by-uuid/b02ef55c-4caf-4a24-a6a2-fb8001eafe22"; } ];