cleanup
This commit is contained in:
parent
56c97b3712
commit
3f6dafe073
13 changed files with 65 additions and 90 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
self,
|
||||
inputs,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
|
@ -7,7 +7,7 @@ let
|
|||
inherit (config.users) mainUser;
|
||||
in
|
||||
{
|
||||
age.secrets."user-${mainUser}".file = self + /secrets/users/${mainUser}.age;
|
||||
age.secrets."user-${mainUser}".file = inputs.self + /secrets/users/${mainUser}.age;
|
||||
|
||||
users = {
|
||||
mutableUsers = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue