about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-07-23 16:56:55 +0900
committersefidel <contact@sefidel.net>2023-07-23 16:56:55 +0900
commit04ae3f2ab554801d99dd58bbcdfa416df3c11eb5 (patch)
treec1bf4a71a3dafe7b178282b2715b717aa355dbbc /nixos
parent183e6305f7b92fdf01aec1ef8dd4967187a0b0d2 (diff)
downloadnixrc-04ae3f2ab554801d99dd58bbcdfa416df3c11eb5.tar.gz
nixrc-04ae3f2ab554801d99dd58bbcdfa416df3c11eb5.zip
feat!(nixos/alpha): disable /mnt/resident
* this disk has been repurposed, and will be replaced
Diffstat (limited to 'nixos')
-rw-r--r--nixos/alpha/hardware-configuration.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/nixos/alpha/hardware-configuration.nix b/nixos/alpha/hardware-configuration.nix
index 414832d..7cdd7c5 100644
--- a/nixos/alpha/hardware-configuration.nix
+++ b/nixos/alpha/hardware-configuration.nix
@@ -44,11 +44,11 @@
       fsType = "zfs";
     };
 
-  fileSystems."/mnt/resident" =
-    {
-      device = "/dev/disk/by-uuid/fe7a00a8-0a3c-48de-9d7a-ed7cf172f501";
-      fsType = "ext4";
-    };
+#  fileSystems."/mnt/resident" =
+#    {
+#      device = "/dev/disk/by-uuid/fe7a00a8-0a3c-48de-9d7a-ed7cf172f501";
+#      fsType = "ext4";
+#    };
 
   swapDevices =
     [{ device = "/dev/disk/by-uuid/4f06a42c-c4cc-4861-8ae0-dcff81d719d3"; }];