Enable apollo virtualization

This commit is contained in:
2025-12-26 23:58:39 -08:00
parent 72d33db2f9
commit bb368c5521
2 changed files with 2 additions and 0 deletions

View File

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

View File

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