My nix-darwin and NixOS config
3
fork

Configure Feed

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

chore: remove gts for sharkey

+2 -2
+2 -2
hosts/server/default.nix
··· 21 21 ../../modules/server/grafana.nix 22 22 ../../modules/server/vaultwarden.nix 23 23 ../../modules/server/timemachine.nix 24 - ../../modules/server/gotosocial.nix 24 + ../../modules/server/sharkey.nix 25 25 ../../profiles/server-hardened.nix 26 26 ]; 27 27 ··· 39 39 myConfig.services.cloudflare.enable = true; 40 40 myConfig.services.vaultwarden.enable = true; # Tailnet-only — password manager, never public 41 41 myConfig.services.timemachine.enable = true; # Tailnet-only — Time Machine AFP target 42 - myConfig.services.gotosocial.enable = true; 42 + myConfig.services.sharkey.enable = true; 43 43 44 44 # Ignore laptop lid — treat as headless, never suspend. 45 45 services.logind.settings.Login = {