Tried to add docker exec runner

This commit is contained in:
Julien Malka 2021-12-26 22:55:09 +01:00
parent 0b006a916a
commit 1b41632c2d
No known key found for this signature in database
GPG key ID: 3C68E13964FEA07F
5 changed files with 73 additions and 2 deletions

View file

@ -4,10 +4,11 @@
sops.secrets.user-julien-password.neededForUsers = true;
users.groups.docker = {};
users.users.julien = {
isNormalUser = true;
home = "/home/julien";
extraGroups = [ "wheel" config.users.groups.keys.name];
extraGroups = [ "wheel" "docker" config.users.groups.keys.name];
shell = pkgs.fish;
passwordFile = config.sops.secrets.user-julien-password.path;
openssh.authorizedKeys.keyFiles = [