My Nix Configuration
2
fork

Configure Feed

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

at main 6 lines 82 B view raw
1{ 2 imports = [ ./pam.nix ]; 3 security = { 4 protectKernelImage = true; 5 }; 6}