My nix-darwin and NixOS config
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

nextcloud: rename default user

+1 -1
+1 -1
modules/options.nix
··· 432 432 }; 433 433 adminUser = mkOption { 434 434 type = str; 435 - default = "admin"; 435 + default = "ewan"; 436 436 }; 437 437 dataDir = mkOption { 438 438 type = str;