Add optional system modules

This commit is contained in:
ItsDrike 2024-03-19 08:30:04 +01:00
parent 58d9a3c908
commit ae1c7b257e
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
6 changed files with 64 additions and 8 deletions

View file

@ -3,9 +3,12 @@
in {
vboxnix = lib.nixosSystem {
system = "x86_64-linux";
modules = [
../system
modules = [
./vbox_nix
../system
../system/options/systemd-boot.nix
../system/options/cachix.nix
../system/options/oomd.nix
../modules/services/ssh.nix
];
};