Move defaults/base-vm to nixos-modules/system/virtual-machine.nix
This commit is contained in:
parent
94510a8cd9
commit
24b4b04df9
7 changed files with 66 additions and 42 deletions
|
@ -2,7 +2,6 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
../../defaults/base-vm
|
||||
../../defaults/meta
|
||||
|
||||
./applications
|
||||
|
@ -10,6 +9,7 @@
|
|||
./networking.nix
|
||||
./secrets.nix
|
||||
];
|
||||
qois.system.virtual-machine.enable = true;
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Amsterdam";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue