mirror of
https://github.com/caperren/nixos-configs.git
synced 2025-12-31 03:24:19 +00:00
Enable apollo virtualization
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ in
|
|||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Cluster Admin";
|
description = "Cluster Admin";
|
||||||
extraGroups = [
|
extraGroups = [
|
||||||
|
"docker"
|
||||||
"networkmanager"
|
"networkmanager"
|
||||||
"wheel"
|
"wheel"
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user