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"; }; };