forked from Fediversity/Fediversity
factor out user
This commit is contained in:
parent
5ccffb0621
commit
8278f6781a
1 changed files with 4 additions and 1 deletions
|
@ -39,6 +39,9 @@ let
|
|||
numInstances = 5;
|
||||
in
|
||||
|
||||
let
|
||||
user = "gitea-runner";
|
||||
in
|
||||
{
|
||||
_class = "nixos";
|
||||
|
||||
|
@ -76,7 +79,7 @@ in
|
|||
};
|
||||
|
||||
home-manager = {
|
||||
users.gitea-runner.home = {
|
||||
users.${user}.home = {
|
||||
stateVersion = "25.05";
|
||||
file.".config/attic/config.toml".source =
|
||||
config.vars.generators."templates".files."attic.toml".path;
|
||||
|
|
Loading…
Add table
Reference in a new issue