Last active
February 24, 2023 06:50
-
-
Save hugosenari/fec10af94a84cea1b73edcf1cadb9bd1 to your computer and use it in GitHub Desktop.
NixOS depracated options
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
services = [ "beegfs" "bird" "bird6" "beegfsEnable" "buildkite-agent" "cgmanager" "chronos" "couchpotato" "cryptpad" "dd-agent" "deepin" | |
"dnscrypt-proxy" "flashpolicyd" "fourStore" "fourStoreEndpoint" "fprot" "frab" "geoip-updater" "gogoclient" "kippo" | |
"mailpile" "marathon" "mathics" "meguca" "mesos" "moinmoin" "mwlib" "openfire" "openvpn" "osquery" "prey" "quagga" "racoon" | |
"railcar" "redis" "riak" "rmilter" "seeks" "shellinabox" "ssmtp" "venus" "virtuoso" "wakeonlan" "winstone"]; | |
programs = ["bash" "oblogout" "qt5ct" "tilp2" "way-cooler"]; | |
security = ["hideProcessInformation" "klogd" "rngd" "setuidOwners" "setuidPrograms"]; | |
systemd = ["generator-packages"]; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
because, looking at https://unix.stackexchange.com/questions/523454/nixos-use-services-on-non-nixos-os-eventually-with-only-user-rights
I was wondering what services I have enabled.
in nix repl