mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-29 07:20:43 +00:00
Enable sshd for vbox host
This commit is contained in:
parent
7f1b8b5d38
commit
8faa8c7197
2 changed files with 15 additions and 1 deletions
|
@ -3,6 +3,10 @@
|
|||
in {
|
||||
vboxnix = lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [ ../system ./vbox_nix ];
|
||||
modules = [
|
||||
../system
|
||||
./vbox_nix
|
||||
../modules/services/ssh.nix
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue