hosts/Infini-{DESKTOP,FRAMEWORK}: enable filesystems
This commit is contained in:
parent
7f22410427
commit
7fa0135772
2 changed files with 3 additions and 3 deletions
|
@ -34,6 +34,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
filesystems = {
|
filesystems = {
|
||||||
|
enanbe = true;
|
||||||
btrfs.enable = true;
|
btrfs.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -45,9 +45,8 @@
|
||||||
proxy.enable = true;
|
proxy.enable = true;
|
||||||
};
|
};
|
||||||
filesystems = {
|
filesystems = {
|
||||||
btrfs = {
|
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
btrfs.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue