infinidoge: remove mkDefault from user, use mkForce instead

This commit is contained in:
Infinidoge 2023-09-09 14:23:32 -04:00
parent 5515b1a2bf
commit be6d470c1d
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
hostName = "data";
};
user.name = private.variables.purdue-username;
user.name = lib.mkForce private.variables.purdue-username;
home = { ... }: {
home = {