Personal Nix flake
nixos home-manager nix
1
fork

Configure Feed

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

fix: Update deprecated documentation.man.generateCaches

+1 -1
+1 -1
nix/nixos/profiles/server.nix
··· 12 12 networking.tailscale.trusted = true; 13 13 }; 14 14 15 - documentation.man.generateCaches = false; 15 + documentation.man.cache.enable = false; 16 16 }; 17 17 }