From c3c653c4609f095cfd5aaa31557e5eb51b4c0eb5 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 2 Dec 2021 22:33:36 -0500 Subject: [PATCH] fix(hosts/Infini-DESKTOP): switch to btrfs module --- hosts/Infini-DESKTOP/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 = {