Replace obsolete userConfig variable

This commit is contained in:
Manuel Thalmann 2024-05-11 20:15:27 +02:00
parent 749bdf08c6
commit 4dc4923656
2 changed files with 0 additions and 6 deletions

View file

@ -134,8 +134,6 @@
userInfo = {
name = username;
} // user;
userConfig = user;
};
})
sops-nix.homeManagerModules.sops

View file

@ -47,10 +47,6 @@
userInfo = {
name = username;
} // user;
userConfig = {
inherit hostname username;
} // user;
} // args);
}
else {})