about summary refs log tree commit diff
path: root/nixos/alpha/hardware-configuration.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-12 18:15:39 +0900
committersefidel <contact@sefidel.net>2022-02-12 18:15:39 +0900
commitd2dd5d1287e0f2630e1407ecb09b13413f4e2d93 (patch)
tree758b9901a0cc41b80c15468874043d78f62304aa /nixos/alpha/hardware-configuration.nix
parentef8b67dce728192cc76df2d53e0787bdaa6573db (diff)
downloadnixrc-d2dd5d1287e0f2630e1407ecb09b13413f4e2d93.tar.gz
nixrc-d2dd5d1287e0f2630e1407ecb09b13413f4e2d93.zip
feat: boopy -> zach
Diffstat (limited to 'nixos/alpha/hardware-configuration.nix')
-rw-r--r--nixos/alpha/hardware-configuration.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/alpha/hardware-configuration.nix b/nixos/alpha/hardware-configuration.nix
index 10f0514..0d0593f 100644
--- a/nixos/alpha/hardware-configuration.nix
+++ b/nixos/alpha/hardware-configuration.nix
@@ -54,8 +54,8 @@
     fsType = "zfs";
   };
 
-  fileSystems."/home/boopy" = {
-    device = "rpool/home/boopy";
+  fileSystems."/home/zach" = {
+    device = "rpool/home/zach";
     fsType = "zfs";
   };