diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-11-12 10:56:34 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-11-12 10:56:34 -0800 |
commit | 30746847b44837cd5a10fb7d0bc567b9042ff253 (patch) | |
tree | ec46a19cbb5f3955e23e84746b7af36b99403bba | |
parent | 8328e393ce834ecb6038698d6649427ea1be4a0f (diff) | |
download | nix-30746847b44837cd5a10fb7d0bc567b9042ff253.tar nix-30746847b44837cd5a10fb7d0bc567b9042ff253.tar.gz nix-30746847b44837cd5a10fb7d0bc567b9042ff253.tar.bz2 nix-30746847b44837cd5a10fb7d0bc567b9042ff253.tar.lz nix-30746847b44837cd5a10fb7d0bc567b9042ff253.tar.xz nix-30746847b44837cd5a10fb7d0bc567b9042ff253.tar.zst nix-30746847b44837cd5a10fb7d0bc567b9042ff253.zip |
Remove ZFS option
-rw-r--r-- | hosts/ginaz/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/ginaz/default.nix b/hosts/ginaz/default.nix index 58703b8..6afaada 100644 --- a/hosts/ginaz/default.nix +++ b/hosts/ginaz/default.nix @@ -7,7 +7,6 @@ timeout = 3; }; supportedFilesystems = [ "zfs" ]; - zfs.devNodes = "/dev/disk/by-label"; }; environment.systemPackages = with pkgs; [ |