Comment error lines
This commit is contained in:
parent
7513ca3139
commit
9502bdcdae
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ in
|
|||
keyFile = "/root/.config/sops/age/keys.txt";
|
||||
generateKey = true;
|
||||
};
|
||||
secrets."foo" = {};
|
||||
# secrets."foo" = {};
|
||||
};
|
||||
|
||||
users.users = {
|
||||
|
@ -40,7 +40,7 @@ in
|
|||
home = "/home/pipeline";
|
||||
description = "User used by forgejo runners to connect to this system";
|
||||
extraGroups = [ "docker" ];
|
||||
openssh.authorizedKeys.keyFiles = [ config.sops.secrets."foo".path ];
|
||||
# openssh.authorizedKeys.keyFiles = [ config.sops.secrets."foo".path ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue