This commit is contained in:
Kopatz
2024-06-03 18:25:20 +02:00
parent de415c09a9
commit 3e21d41ff0
43 changed files with 3004 additions and 31 deletions

View File

@@ -7,12 +7,6 @@
{
imports = [ ../default.nix ];
mainUser.name = "vm";
virtualisation.vmVariant = {
virtualisation = {
memorySize = 8192;
cores = 8;
};
};
home-manager = {
users.${config.mainUser.name} = import ./home.nix;