mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 02:09:04 +02:00
Tried to add docker exec runner
This commit is contained in:
parent
0b006a916a
commit
1b41632c2d
5 changed files with 73 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue