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,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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue