fix(hosts/Infini-DESKTOP): switch to btrfs module

This commit is contained in:
Infinidoge 2021-12-02 22:33:36 -05:00
parent 86705bf325
commit c3c653c460

View file

@ -8,7 +8,6 @@
(with profiles; [ (with profiles; [
networking.wireless networking.wireless
btrfs
virtualization virtualization
]) ])
@ -34,6 +33,9 @@
}; };
}; };
}; };
filesystems = {
btrfs.enable = true;
};
}; };
networking.interfaces = { networking.interfaces = {