pass rootOptions config as rootflags= kernel cmdline opt
This commit is contained in:
parent
63f034e362
commit
228c0a1668
4 changed files with 17 additions and 3 deletions
|
@ -48,6 +48,7 @@ in rec {
|
|||
];
|
||||
hostname = "rotuer";
|
||||
rootfsType = "btrfs";
|
||||
rootOptions = "subvol=@";
|
||||
|
||||
services.hostap = svc.hostapd.build {
|
||||
interface = config.hardware.networkInterfaces.wlan;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue