style: fix identation
parent
0f97974f58
commit
7dded53737
2
buer.scm
2
buer.scm
|
@ -71,7 +71,7 @@
|
|||
(mount-point "/")
|
||||
(type "ext4"))
|
||||
(file-system
|
||||
(device (file-system-label "HOME")) ;doas e2label /dev/sda5 home
|
||||
(device (file-system-label "HOME"))
|
||||
(mount-point "/home")
|
||||
(type "ext4"))
|
||||
%base-file-systems))
|
||||
|
|
15
radio.scm
15
radio.scm
|
@ -321,13 +321,14 @@
|
|||
("DOTREMINDERS" . "$XDG_DATA_HOME/reminders")))
|
||||
|
||||
(service home-openssh-service-type
|
||||
(home-openssh-configuration
|
||||
(hosts (list (openssh-host
|
||||
(name "codeberg.org")
|
||||
(host-name "codeberg.org")
|
||||
(user "git")
|
||||
(identity-file "~/.ssh/codeberg"))))
|
||||
(authorized-keys #f)))
|
||||
(home-openssh-configuration
|
||||
(hosts (list (openssh-host
|
||||
(name "codeberg.org")
|
||||
(host-name "codeberg.org")
|
||||
(user "git")
|
||||
(identity-file "~/.ssh/codeberg"))))
|
||||
(authorized-keys #f)))
|
||||
|
||||
|
||||
#|Mcron service|#
|
||||
(service home-mcron-service-type
|
||||
|
|
Loading…
Reference in New Issue