Move defaults/base-vm to nixos-modules/system/virtual-machine.nix

This commit is contained in:
Fabian Hauser 2025-03-21 19:58:29 +02:00
parent 94510a8cd9
commit 24b4b04df9
7 changed files with 66 additions and 42 deletions

View file

@ -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";