added stuff
This commit is contained in:
parent
937f28770d
commit
236b8c2a6b
907 changed files with 70990 additions and 0 deletions
14
nyx/modules/core/common/system/default.nix
Normal file
14
nyx/modules/core/common/system/default.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
imports = [
|
||||
./containers # hotpluggable systemd-nspawn containers
|
||||
./emulation # emulation via binfmt for cross-building
|
||||
./encryption # LUKS encryption
|
||||
./gaming # available games and gaming utilities such as steam and mangohud
|
||||
./hardware # hardware capabilities - i.e bluetooth, sound, tpm etc.
|
||||
./impermanence # impermanence configuration
|
||||
./nix # configuration for the nix package manager and build tool
|
||||
./os # configurations for how the system should operate
|
||||
./security # anything from kernel hardening to audit daemeons
|
||||
./virtualization # hypervisor and virtualisation related options - docker, QEMU, waydroid etc.
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue