about summary refs log tree commit diff
path: root/nixos/alpha/hardware-configuration.nix
diff options
context:
space:
mode:
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";
   };