mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-30 04:30:42 +00:00
Add optional system modules
This commit is contained in:
parent
58d9a3c908
commit
ae1c7b257e
6 changed files with 64 additions and 8 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue