Enable apollo virtualization

This commit is contained in:
2025-12-26 23:58:39 -08:00
parent 7896c202d9
commit 8957b94328
2 changed files with 2 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
# Application Groups
../../modules/application-groups/system-utilities-cluster.nix
../../modules/application-groups/virtualization.nix
];
networking.hostName = "cap-apollo-n01";

View File

@@ -9,6 +9,7 @@ in
isNormalUser = true;
description = "Cluster Admin";
extraGroups = [
"docker"
"networkmanager"
"wheel"
];