infinidoge: remove mkDefault from user, use mkForce instead
This commit is contained in:
parent
5515b1a2bf
commit
be6d470c1d
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
hostName = "data";
|
hostName = "data";
|
||||||
};
|
};
|
||||||
|
|
||||||
user.name = private.variables.purdue-username;
|
user.name = lib.mkForce private.variables.purdue-username;
|
||||||
|
|
||||||
home = { ... }: {
|
home = { ... }: {
|
||||||
home = {
|
home = {
|
||||||
|
|
|
@ -84,7 +84,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
user = {
|
user = {
|
||||||
name = lib.mkDefault "infinidoge";
|
name = "infinidoge";
|
||||||
uid = 1000;
|
uid = 1000;
|
||||||
passwordFile = mkIf config.modules.secrets.enable config.secrets.infinidoge-password;
|
passwordFile = mkIf config.modules.secrets.enable config.secrets.infinidoge-password;
|
||||||
description = "Infinidoge, primary user of the system";
|
description = "Infinidoge, primary user of the system";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue