infinidoge: make username overridable
For cases where I am configuring hosts where it needs to be different.
This commit is contained in:
parent
93f0bd5357
commit
6d85049800
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ in
|
|||
};
|
||||
|
||||
user = {
|
||||
name = "infinidoge";
|
||||
name = lib.mkDefault "infinidoge";
|
||||
uid = 1000;
|
||||
passwordFile = mkIf config.modules.secrets.enable config.secrets.infinidoge-password;
|
||||
description = "Infinidoge, primary user of the system";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue