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