diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-11-12 11:49:04 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-11-12 11:49:04 -0800 |
commit | 240ad5ab9fcbd9812532ed99e99894e20b806162 (patch) | |
tree | 14e4bc09767dd85cf1af3c7ff0003acf4d4c1002 | |
parent | 123449b56ddf5053a5dd9faa714d5c943e4326ff (diff) | |
download | nix-240ad5ab9fcbd9812532ed99e99894e20b806162.tar nix-240ad5ab9fcbd9812532ed99e99894e20b806162.tar.gz nix-240ad5ab9fcbd9812532ed99e99894e20b806162.tar.bz2 nix-240ad5ab9fcbd9812532ed99e99894e20b806162.tar.lz nix-240ad5ab9fcbd9812532ed99e99894e20b806162.tar.xz nix-240ad5ab9fcbd9812532ed99e99894e20b806162.tar.zst nix-240ad5ab9fcbd9812532ed99e99894e20b806162.zip |
Fix typo
-rw-r--r-- | hosts/ginaz/disks.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/ginaz/disks.nix b/hosts/ginaz/disks.nix index a8b9fd6..763db1e 100644 --- a/hosts/ginaz/disks.nix +++ b/hosts/ginaz/disks.nix @@ -42,7 +42,7 @@ zpool = { rpool = { type = "zpool"; - rotFsOptions = { + rootFsOptions = { acltype = "posixacl"; canmount = "off"; compression = "on"; |