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,13 +2,14 @@
{
imports = [
../../defaults/base-vm
../../defaults/meta
./applications
./backup.nix
./secrets.nix
];
qois.system.virtual-machine.enable = true;
boot.loader.grub.device = "/dev/vda";
fileSystems."/" = {
device = "/dev/disk/by-uuid/5b6823ec-921f-400a-a7c0-3fe34d56ae12";