added swap partitions

master
noah metz 2023-12-03 18:49:19 -07:00
parent 68a831da2b
commit de223ea9ea
4 changed files with 4 additions and 0 deletions

@ -17,6 +17,7 @@
(bootloader (bootloader-configuration
(bootloader grub-minimal-bootloader)
(targets '("/dev/nvme1n1"))))
(swap-devices (list (swap-space (target (file-system-label "guix-swap")))))
(file-systems (cons (file-system
(device (file-system-label "guix-data"))
(mount-point "/")

@ -14,6 +14,7 @@
(bootloader (bootloader-configuration
(bootloader grub-minimal-bootloader)
(targets '("/dev/nvme0n1"))))
(swap-devices (list (swap-space (target (file-system-label "krb-guix-swap")))))
(file-systems (cons (file-system
(device (file-system-label "krb-guix-data"))
(mount-point "/")

@ -14,6 +14,7 @@
(bootloader (bootloader-configuration
(bootloader grub-minimal-bootloader)
(targets '("/dev/nvme0n1"))))
(swap-devices (list (swap-space (target (file-system-label "ldap-guix-swap")))))
(file-systems (cons (file-system
(device (file-system-label "ldap-guix-data"))
(mount-point "/")

@ -14,6 +14,7 @@
(bootloader (bootloader-configuration
(bootloader grub-minimal-bootloader)
(targets '("/dev/nvme0n1"))))
(swap-devices (list (swap-space (target (file-system-label "vpn-guix-swap")))))
(file-systems (cons (file-system
(device (file-system-label "vpn-guix-data"))
(mount-point "/")