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 "/") (mount-point "/")
(type "ext4")) (type "ext4"))
(file-system (file-system
(device (file-system-label "HOME")) ;doas e2label /dev/sda5 home (device (file-system-label "HOME"))
(mount-point "/home") (mount-point "/home")
(type "ext4")) (type "ext4"))
%base-file-systems)) %base-file-systems))

View File

@ -321,13 +321,14 @@
("DOTREMINDERS" . "$XDG_DATA_HOME/reminders"))) ("DOTREMINDERS" . "$XDG_DATA_HOME/reminders")))
(service home-openssh-service-type (service home-openssh-service-type
(home-openssh-configuration (home-openssh-configuration
(hosts (list (openssh-host (hosts (list (openssh-host
(name "codeberg.org") (name "codeberg.org")
(host-name "codeberg.org") (host-name "codeberg.org")
(user "git") (user "git")
(identity-file "~/.ssh/codeberg")))) (identity-file "~/.ssh/codeberg"))))
(authorized-keys #f))) (authorized-keys #f)))
#|Mcron service|# #|Mcron service|#
(service home-mcron-service-type (service home-mcron-service-type