fwminex: firewall and swap devices
This commit is contained in:
parent
85917635fd
commit
62e00f3bc7
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
||||||
|
|
||||||
swapDevices = [{device = "/dev/zvol/rpool/swap";}];
|
#swapDevices = [];
|
||||||
|
|
||||||
boot.loader.grub.extraEntries = ''
|
boot.loader.grub.extraEntries = ''
|
||||||
menuentry "Debian via bpool label" {
|
menuentry "Debian via bpool label" {
|
||||||
@ -116,5 +116,8 @@
|
|||||||
hostName = "fwminex";
|
hostName = "fwminex";
|
||||||
domain = "motiejus.jakst";
|
domain = "motiejus.jakst";
|
||||||
networkmanager.enable = true;
|
networkmanager.enable = true;
|
||||||
|
|
||||||
|
# WIP
|
||||||
|
firewall.enable = false;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user