about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <git@emile.space>2024-03-25 17:12:34 +0100
committerEmile <git@emile.space>2024-03-25 17:12:34 +0100
commita518d40c7a0d92357fa9173f84ae0692591a61a0 (patch)
tree4a84d3b554d3b1eab05b9e1a56525f2a13365ea6
parentf9356316e94b8f452c8e4657e956394a144db186 (diff)
whitespace
-rw-r--r--nix/hosts/corrino/www/md.emile.space.nix28
1 files changed, 14 insertions, 14 deletions
diff --git a/nix/hosts/corrino/www/md.emile.space.nix b/nix/hosts/corrino/www/md.emile.space.nix
index a983729..8d9d109 100644
--- a/nix/hosts/corrino/www/md.emile.space.nix
+++ b/nix/hosts/corrino/www/md.emile.space.nix
@@ -28,24 +28,24 @@
 			public = false;
 			authorization_policy = "two_factor";
 			redirect_uris = [
-        "https://md.emile.space/auth/oauth2/callback"
+				"https://md.emile.space/auth/oauth2/callback"
 			];
 			scopes = [
 				"openid"
 				"email"
 				"profile"
 			];
-      grant_types = [
-        "refresh_token"
-        "authorization_code"
+			grant_types = [
+				"refresh_token"
+				"authorization_code"
 			];
-      response_types = [
-        "code"
+			response_types = [
+				"code"
 			];
-      response_modes = [
-        "form_post"
-        "query"
-        "fragment"
+			response_modes = [
+				"form_post"
+				"query"
+				"fragment"
 			];
 		}
 	];
@@ -89,10 +89,10 @@
 	# backups
 	services.restic.backups = {
 	  storagebox = {
-	    user = "u331921";
-	    repository = "stfp:u331921@u331921.your-storagebox-de:23/restic";
-	    initialize = true; # initializes the repo, don't set if you want manual control
-	    passwordFile = config.age.secrets.restic_password.path;
+			user = "u331921";
+			repository = "stfp:u331921@u331921.your-storagebox-de:23/restic";
+			initialize = true; # initializes the repo, don't set if you want manual control
+			passwordFile = config.age.secrets.restic_password.path;
 			paths = [
 				"/var/lib/hedgedoc/"
 			];