style: fix identation
parent
5f5f790463
commit
d58032350b
9
buer.scm
9
buer.scm
|
@ -60,7 +60,7 @@
|
||||||
|
|
||||||
(kernel linux-libre-6.4)
|
(kernel linux-libre-6.4)
|
||||||
(kernel-arguments
|
(kernel-arguments
|
||||||
'("modprobe.blacklist=usbmouse,usbkbd"
|
(list "modprobe.blacklist=usbmouse,usbkbd"
|
||||||
"thinkpad_acpi.fan_control=1"
|
"thinkpad_acpi.fan_control=1"
|
||||||
"loglevel=5"
|
"loglevel=5"
|
||||||
"quiet"))
|
"quiet"))
|
||||||
|
@ -172,7 +172,8 @@
|
||||||
|
|
||||||
#|Mcron service|#
|
#|Mcron service|#
|
||||||
(simple-service 'mcron-jobs mcron-service-type
|
(simple-service 'mcron-jobs mcron-service-type
|
||||||
(list #~(job "5 0 * * *" "guix gc --optimize -F 5G")))
|
(list #~(job "5 0 * * *"
|
||||||
|
"guix gc --optimize -F 5G")))
|
||||||
|
|
||||||
#|Device management services|#
|
#|Device management services|#
|
||||||
(service udev-service-type
|
(service udev-service-type
|
||||||
|
@ -187,7 +188,8 @@
|
||||||
(service static-networking-service-type
|
(service static-networking-service-type
|
||||||
(list (static-networking
|
(list (static-networking
|
||||||
(addresses
|
(addresses
|
||||||
(list (network-address (device "lo")
|
(list (network-address
|
||||||
|
(device "lo")
|
||||||
(value "127.0.0.1/8"))))
|
(value "127.0.0.1/8"))))
|
||||||
(provision '(loopback)))))
|
(provision '(loopback)))))
|
||||||
(service wpa-supplicant-service-type
|
(service wpa-supplicant-service-type
|
||||||
|
@ -225,4 +227,3 @@
|
||||||
(sysctl (file-append procps "/sbin/sysctl"))
|
(sysctl (file-append procps "/sbin/sysctl"))
|
||||||
(settings '(("fs.protected_hardlinks" . "1")
|
(settings '(("fs.protected_hardlinks" . "1")
|
||||||
("fs.protected_symlinks" . "1"))))))))
|
("fs.protected_symlinks" . "1"))))))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue