hosts/Infini-FRAMEWORK: enable btrfs module

This commit is contained in:
Infinidoge 2021-12-02 17:27:52 -05:00
parent a4376391a5
commit b08203f608

View file

@ -44,6 +44,11 @@
services = {
proxy.enable = true;
};
filesystems = {
btrfs = {
enable = true;
};
};
};
networking.interfaces.wlp170s0.useDHCP = true;