partial btrfs support

doesn't actually know how to make the filesystem, just
kernel config and accept it as a valid option
This commit is contained in:
Daniel Barlow
2024-01-07 16:43:43 +00:00
parent 243295aab8
commit 3c941b4ce2
3 changed files with 41 additions and 0 deletions

View File

@@ -43,8 +43,11 @@ in rec {
../modules/bridge
../modules/ntp
../modules/ssh
../modules/outputs/btrfs.nix
];
hostname = "rotuer";
rootfsType = "btrfs";
services.hostap = svc.hostapd.build {
interface = config.hardware.networkInterfaces.wlan;