commit 06757b49b08f9ac044ad0140fa735ebcce7ffaf9 (tree)
parent f7eec8214381141954c16310dc9fc7d4e17f9942
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date: Sun, 24 Sep 2023 22:45:47 +0300
trying swap
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix
@@ -29,7 +29,7 @@ in {
boot.binfmt.emulatedSystems = ["aarch64-linux"];
- #swapDevices = [];
+ swapDevices = [{device = "/dev/zvol/rpool/swap";}];
boot.loader.grub.extraEntries = ''
menuentry "Debian via bpool label" {