My NixOS and Home Manager configurations
10
fork

Configure Feed

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

remove server aspect

moved into server repo

quasigod 9b860621 4873cf46

-9
-9
modules/systems.nix
··· 38 38 <styx/workstation> 39 39 ]; 40 40 }; 41 - server = den.lib.parametric.atLeast { 42 - includes = [ 43 - <styx/filesystem/zfs> 44 - <styx/performance> 45 - <styx/services/ssh> 46 - <styx/virt/podman> 47 - <styx/networking/static> 48 - ]; 49 - }; 50 41 }; 51 42 }