diff --git a/hosts/Infini-DESKTOP/default.nix b/hosts/Infini-DESKTOP/default.nix index 31a6769..d83e75e 100644 --- a/hosts/Infini-DESKTOP/default.nix +++ b/hosts/Infini-DESKTOP/default.nix @@ -8,7 +8,6 @@ (with profiles; [ networking.wireless - btrfs virtualization ]) @@ -34,6 +33,9 @@ }; }; }; + filesystems = { + btrfs.enable = true; + }; }; networking.interfaces = {