From 6fe30acf2bc0071e1330d79114400a3afa4aabf1 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Fri, 13 Jan 2023 15:26:51 +0800 Subject: [PATCH] hosts/plover: fix formatting of files --- hosts/plover/modules/services/gitea.nix | 8 ++++---- hosts/plover/modules/services/vaultwarden.nix | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) 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