🧶
1
fork

Configure Feed

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

oh I'm not writing js

+1 -1
+1 -1
configuration.nix
··· 28 28 defaultSopsFile = ./secrets/mikan.yaml; 29 29 secrets = { 30 30 WIFI_CREDENTIALS = { }; 31 - USER_PASSWORD = { neededForUsers: true; }; 31 + USER_PASSWORD = { neededForUsers = true; }; 32 32 SSH_PUBLIC_KEY = { }; 33 33 }; 34 34 };