From ca777336fb39a9cdcbea8471afb85f1c16f873b3 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Tue, 21 Nov 2023 19:42:05 +0100 Subject: [PATCH] admin user is me --- nixos/queen/nextcloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/queen/nextcloud.nix b/nixos/queen/nextcloud.nix index d694eaa..f873757 100644 --- a/nixos/queen/nextcloud.nix +++ b/nixos/queen/nextcloud.nix @@ -61,7 +61,7 @@ #TODO: work with sops to set this instead of a file & make sure the db setup is the same as on the previous server for easy migration adminpassFile = config.sops.secrets."nextcloudadmin".path; - adminuser = "admin"; + adminuser = "gladtherescake"; }; };