Add simple VM
This commit is contained in:
parent
0c78b13ceb
commit
ad87c44701
8 changed files with 138 additions and 0 deletions
4
hosts/qemu/users/default.nix
Normal file
4
hosts/qemu/users/default.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [ ./main ];
|
||||
}
|
6
hosts/qemu/users/main/default.nix
Normal file
6
hosts/qemu/users/main/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
home-manager.users."${config.sysusers.main}".home = {
|
||||
stateVersion = lib.mkForce config.system.stateVersion;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue