rekahsoft: Correct same issue as in ef4364f6, but for dash0, my0, postgres0 and prom0

This commit is contained in:
Collin J. Doering 2022-07-03 22:48:41 -04:00
parent 360ab48215
commit 30b86a67e9
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
4 changed files with 20 additions and 16 deletions

View File

@ -22,13 +22,14 @@
(bootloader
(bootloader-configuration
(bootloader grub-bootloader)
(target "/dev/sda")
(targets '("/dev/sda"))
(keyboard-layout keyboard-layout)))
(initrd-modules
(append '("virtio_scsi") %base-initrd-modules))
(swap-devices (list "/dev/sda2"))
(swap-devices
(list (swap-space (target "/dev/sda2"))))
(file-systems
(cons* (file-system
@ -66,8 +67,8 @@
(openssh-configuration
(password-authentication? #f)
(authorized-keys
`(("collin" ,(local-file "collin.pub"))
("root" ,(local-file "collin.pub"))))))
`(("collin" ,(local-file "../../../../.pubkeys/collin.pub"))
("root" ,(local-file "../../../../.pubkeys/collin.pub"))))))
(service docker-service-type)
(dbus-service)
(elogind-service)

View File

@ -23,13 +23,14 @@
(bootloader
(bootloader-configuration
(bootloader grub-bootloader)
(target "/dev/sda")
(targets '("/dev/sda"))
(keyboard-layout keyboard-layout)))
(initrd-modules
(append '("virtio_scsi") %base-initrd-modules))
(swap-devices (list "/dev/sda2"))
(swap-devices
(list (swap-space (target "/dev/sda2"))))
(file-systems
(cons* (file-system
@ -67,8 +68,8 @@
(openssh-configuration
(password-authentication? #f)
(authorized-keys
`(("collin" ,(local-file "collin.pub"))
("root" ,(local-file "collin.pub"))))))
`(("collin" ,(local-file "../../../../.pubkeys/collin.pub"))
("root" ,(local-file "../../../../.pubkeys/collin.pub"))))))
(service prometheus-node-exporter-service-type)
(service docker-service-type)
(dbus-service)

View File

@ -29,13 +29,14 @@ host all all 172.16.0.0/20 md5"))
(bootloader
(bootloader-configuration
(bootloader grub-bootloader)
(target "/dev/sda")
(targets '("/dev/sda"))
(keyboard-layout keyboard-layout)))
(initrd-modules
(append '("virtio_scsi") %base-initrd-modules))
(swap-devices (list "/dev/sda2"))
(swap-devices
(list (swap-space (target "/dev/sda2"))))
(file-systems
(cons* (file-system
@ -73,8 +74,8 @@ host all all 172.16.0.0/20 md5"))
(openssh-configuration
(password-authentication? #f)
(authorized-keys
`(("collin" ,(local-file "collin.pub"))
("root" ,(local-file "collin.pub"))))))
`(("collin" ,(local-file "../../../../.pubkeys/collin.pub"))
("root" ,(local-file "../../../../.pubkeys/collin.pub"))))))
(postgresql-service
#:config-file (postgresql-config-file
(hba-file postgres-hba)

View File

@ -22,13 +22,14 @@
(bootloader
(bootloader-configuration
(bootloader grub-bootloader)
(target "/dev/sda")
(targets '("/dev/sda"))
(keyboard-layout keyboard-layout)))
(initrd-modules
(append '("virtio_scsi") %base-initrd-modules))
(swap-devices (list "/dev/sda2"))
(swap-devices
(list (swap-space (target "/dev/sda2"))))
(file-systems
(cons* (file-system
@ -66,8 +67,8 @@
(openssh-configuration
(password-authentication? #f)
(authorized-keys
`(("collin" ,(local-file "collin.pub"))
("root" ,(local-file "collin.pub"))))))
`(("collin" ,(local-file "../../../../.pubkeys/collin.pub"))
("root" ,(local-file "../../../../.pubkeys/collin.pub"))))))
(service docker-service-type)
(dbus-service)
(elogind-service)