fix(hosts/Infini-DESKTOP): switch to btrfs module
This commit is contained in:
parent
86705bf325
commit
c3c653c460
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,6 @@
|
|||
(with profiles; [
|
||||
networking.wireless
|
||||
|
||||
btrfs
|
||||
virtualization
|
||||
])
|
||||
|
||||
|
@ -34,6 +33,9 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
filesystems = {
|
||||
btrfs.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
networking.interfaces = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue