├── LICENSE ├── README.md ├── qr-btc.png └── services ├── NetworkManager-dispatcher.nix ├── NetworkManager.nix ├── accounts-daemon.nix ├── acipd.nix ├── auditd.nix ├── autovt.nix ├── blocky.nix ├── bluetooth.nix ├── colord.nix ├── cups.nix ├── dbus.nix ├── display-manager.nix ├── docker.nix ├── getty.nix ├── nix-daemon.nix ├── nscd.nix ├── reload-systemd-vconsole-setup.nix ├── rescue.nix ├── rtkit.nix ├── sshd.nix ├── systemd-ask-password-console.nix ├── systemd-ask-password-wall.nix ├── systemd-journald.nix ├── systemd-machined.nix ├── systemd-rfkill.nix ├── systemd-udevd.nix ├── user.nix └── wpa_supplicant.nix /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wallago/nix-system-services-hardened/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wallago/nix-system-services-hardened/HEAD/README.md -------------------------------------------------------------------------------- /qr-btc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wallago/nix-system-services-hardened/HEAD/qr-btc.png -------------------------------------------------------------------------------- /services/NetworkManager-dispatcher.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wallago/nix-system-services-hardened/HEAD/services/NetworkManager-dispatcher.nix -------------------------------------------------------------------------------- /services/NetworkManager.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wallago/nix-system-services-hardened/HEAD/services/NetworkManager.nix -------------------------------------------------------------------------------- /services/accounts-daemon.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wallago/nix-system-services-hardened/HEAD/services/accounts-daemon.nix -------------------------------------------------------------------------------- /services/acipd.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wallago/nix-system-services-hardened/HEAD/services/acipd.nix -------------------------------------------------------------------------------- /services/auditd.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wallago/nix-system-services-hardened/HEAD/services/auditd.nix -------------------------------------------------------------------------------- /services/autovt.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wallago/nix-system-services-hardened/HEAD/services/autovt.nix -------------------------------------------------------------------------------- /services/blocky.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wallago/nix-system-services-hardened/HEAD/services/blocky.nix -------------------------------------------------------------------------------- /services/bluetooth.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wallago/nix-system-services-hardened/HEAD/services/bluetooth.nix -------------------------------------------------------------------------------- /services/colord.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wallago/nix-system-services-hardened/HEAD/services/colord.nix -------------------------------------------------------------------------------- /services/cups.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wallago/nix-system-services-hardened/HEAD/services/cups.nix -------------------------------------------------------------------------------- /services/dbus.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wallago/nix-system-services-hardened/HEAD/services/dbus.nix -------------------------------------------------------------------------------- /services/display-manager.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wallago/nix-system-services-hardened/HEAD/services/display-manager.nix -------------------------------------------------------------------------------- /services/docker.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wallago/nix-system-services-hardened/HEAD/services/docker.nix -------------------------------------------------------------------------------- /services/getty.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wallago/nix-system-services-hardened/HEAD/services/getty.nix -------------------------------------------------------------------------------- /services/nix-daemon.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wallago/nix-system-services-hardened/HEAD/services/nix-daemon.nix -------------------------------------------------------------------------------- /services/nscd.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wallago/nix-system-services-hardened/HEAD/services/nscd.nix -------------------------------------------------------------------------------- /services/reload-systemd-vconsole-setup.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wallago/nix-system-services-hardened/HEAD/services/reload-systemd-vconsole-setup.nix -------------------------------------------------------------------------------- /services/rescue.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wallago/nix-system-services-hardened/HEAD/services/rescue.nix -------------------------------------------------------------------------------- /services/rtkit.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wallago/nix-system-services-hardened/HEAD/services/rtkit.nix -------------------------------------------------------------------------------- /services/sshd.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wallago/nix-system-services-hardened/HEAD/services/sshd.nix -------------------------------------------------------------------------------- /services/systemd-ask-password-console.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wallago/nix-system-services-hardened/HEAD/services/systemd-ask-password-console.nix -------------------------------------------------------------------------------- /services/systemd-ask-password-wall.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wallago/nix-system-services-hardened/HEAD/services/systemd-ask-password-wall.nix -------------------------------------------------------------------------------- /services/systemd-journald.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wallago/nix-system-services-hardened/HEAD/services/systemd-journald.nix -------------------------------------------------------------------------------- /services/systemd-machined.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wallago/nix-system-services-hardened/HEAD/services/systemd-machined.nix -------------------------------------------------------------------------------- /services/systemd-rfkill.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wallago/nix-system-services-hardened/HEAD/services/systemd-rfkill.nix -------------------------------------------------------------------------------- /services/systemd-udevd.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wallago/nix-system-services-hardened/HEAD/services/systemd-udevd.nix -------------------------------------------------------------------------------- /services/user.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wallago/nix-system-services-hardened/HEAD/services/user.nix -------------------------------------------------------------------------------- /services/wpa_supplicant.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wallago/nix-system-services-hardened/HEAD/services/wpa_supplicant.nix --------------------------------------------------------------------------------