nixos-config

NixOS configs for my systems
Log | Files | Refs

commit a0a1ebce396dcf730fc7a4a08277805cf4295b3c
parent 80e4e7e098550dff5b7d1f10b63d7091a9c25279
Author: vin <vin@vineetk.net>
Date:   Wed,  8 Jan 2025 15:23:02 -0500

add /data to demiurge zfs

Diffstat:
Mhosts/demiurge/hardware.nix | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/hosts/demiurge/hardware.nix b/hosts/demiurge/hardware.nix @@ -37,6 +37,12 @@ options = [ "zfsutil" ]; }; + fileSystems."/data" = + { device = "zroot/data"; + fsType = "zfs"; + options = [ "zfsutil" ]; + }; + fileSystems."/boot" = { device = "/dev/disk/by-uuid/1C01-EE5C"; fsType = "vfat";