style: fix identation

keyring
anemofilia 2023-08-09 15:01:38 -03:00
parent 0f97974f58
commit 7dded53737
2 changed files with 9 additions and 8 deletions

View File

@ -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))

View File

@ -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