convert containers to docker
This commit is contained in:
parent
a08107008f
commit
06777a0087
12 changed files with 5 additions and 11 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue