make extlinux work with liminix-rebuild
add /boot to the systemConfiguration closure
This commit is contained in:
parent
9a3d7a387e
commit
c1101d3af5
3 changed files with 21 additions and 5 deletions
|
@ -44,11 +44,12 @@ in rec {
|
|||
../modules/ntp
|
||||
../modules/ssh
|
||||
../modules/outputs/btrfs.nix
|
||||
|
||||
../modules/outputs/extlinux.nix
|
||||
];
|
||||
hostname = "rotuer";
|
||||
rootfsType = "btrfs";
|
||||
rootOptions = "subvol=@";
|
||||
boot.loader.extlinux.enable = true;
|
||||
|
||||
services.hostap = svc.hostapd.build {
|
||||
interface = config.hardware.networkInterfaces.wlan;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue