diff --git a/hosts/plover/modules/services/gitea.nix b/hosts/plover/modules/services/gitea.nix index 2005c1c2..2ff70711 100644 --- a/hosts/plover/modules/services/gitea.nix +++ b/hosts/plover/modules/services/gitea.nix @@ -1,7 +1,7 @@ - # My code forge service of choice. I'm pretty excited for the federation - # feature in particular to see how this plays out. It might not be toppling - # over the popular services but it is interesting to see new spaces for this - # one. +# My code forge service of choice. I'm pretty excited for the federation +# feature in particular to see how this plays out. It might not be toppling +# over the popular services but it is interesting to see new spaces for this +# one. { config, lib, pkgs, ... }: let diff --git a/hosts/plover/modules/services/vaultwarden.nix b/hosts/plover/modules/services/vaultwarden.nix index 77eb4f79..1d9a5ef0 100644 --- a/hosts/plover/modules/services/vaultwarden.nix +++ b/hosts/plover/modules/services/vaultwarden.nix @@ -1,5 +1,5 @@ - # An alternative implementation of Bitwarden written in Rust. The project - # being written in Rust is a insta-self-hosting material right there. +# An alternative implementation of Bitwarden written in Rust. The project +# being written in Rust is a insta-self-hosting material right there. { config, lib, pkgs, ... }: let