My Nix Configuration
2
fork

Configure Feed

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

at main 12 lines 153 B view raw
1{ 2 imports = [ 3 ./ntp.nix 4 ./tailscale.nix 5 ]; 6 services = { 7 # Perlless user management 8 userborn = { 9 enable = true; 10 }; 11 }; 12}