start fresh rewrite

This commit is contained in:
tux
2026-05-02 14:47:06 +05:30
parent 31d65fafa8
commit a62346367f
208 changed files with 0 additions and 10017 deletions

View File

@@ -1,7 +0,0 @@
{
imports = [
./docker.nix
./waydroid.nix
./qemu.nix
];
}

View File

@@ -1,14 +0,0 @@
{
username,
pkgs,
...
}: {
virtualisation = {
oci-containers.backend = "docker";
docker.enable = true;
};
environment.systemPackages = with pkgs; [lazydocker];
users.users.${username}.extraGroups = ["docker"];
}

View File

@@ -1,22 +0,0 @@
{
pkgs,
username,
...
}: {
virtualisation = {
libvirtd = {
enable = true;
qemu = {
swtpm.enable = true;
};
};
spiceUSBRedirection.enable = true;
};
users.users.${username}.extraGroups = ["libvirtd"];
environment.systemPackages = with pkgs; [
virt-manager
virt-viewer
];
}

View File

@@ -1,5 +0,0 @@
{...}: {
virtualisation = {
waydroid.enable = true;
};
}