From 7588100a62135209da13d8199ef8a36d78b9038a Mon Sep 17 00:00:00 2001 From: kenji Date: Mon, 14 Jul 2025 13:31:34 -0500 Subject: [PATCH] removed hardware-conf --- hosts/hakase/hardware-configuration.nix | 5 ----- 1 file changed, 5 deletions(-) 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"; } ];