convert containers to docker

This commit is contained in:
♥ Minnie ♥ 2023-07-27 20:13:14 +08:00
parent a08107008f
commit 06777a0087
12 changed files with 5 additions and 11 deletions

View file

@ -148,7 +148,7 @@
# Define a user account. Don't forget to set a password with passwd.
users.users.admin = {
isNormalUser = true;
extraGroups = [ "networkmanager" "wheel" "podman" ];
extraGroups = [ "networkmanager" "wheel" "docker" ];
shell = pkgs.zsh;
openssh.authorizedKeys.keyFiles = [ ../fuchsia/id_ed25519_sk.pub ];
};