Replace obsolete userConfig
variable
This commit is contained in:
parent
749bdf08c6
commit
4dc4923656
|
@ -134,8 +134,6 @@
|
|||
userInfo = {
|
||||
name = username;
|
||||
} // user;
|
||||
|
||||
userConfig = user;
|
||||
};
|
||||
})
|
||||
sops-nix.homeManagerModules.sops
|
||||
|
|
|
@ -47,10 +47,6 @@
|
|||
userInfo = {
|
||||
name = username;
|
||||
} // user;
|
||||
|
||||
userConfig = {
|
||||
inherit hostname username;
|
||||
} // user;
|
||||
} // args);
|
||||
}
|
||||
else {})
|
||||
|
|
Loading…
Reference in a new issue