pass rootOptions config as rootflags= kernel cmdline opt

This commit is contained in:
Daniel Barlow 2024-01-08 18:54:49 +00:00
parent 63f034e362
commit 228c0a1668
4 changed files with 17 additions and 3 deletions

View file

@ -48,6 +48,7 @@ in rec {
];
hostname = "rotuer";
rootfsType = "btrfs";
rootOptions = "subvol=@";
services.hostap = svc.hostapd.build {
interface = config.hardware.networkInterfaces.wlan;