mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-09-24 15:19:43 -05:00
passwordFile -> hashedPasswordFile
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"video"
|
||||
"audio"
|
||||
];
|
||||
passwordFile = config.sops.secrets.layla-password.path;
|
||||
hashedPasswordFile = config.sops.secrets.layla-password.path;
|
||||
};
|
||||
|
||||
sops.secrets.layla-password = {
|
||||
|
||||
@@ -24,7 +24,7 @@ in
|
||||
];
|
||||
|
||||
openssh.authorizedKeys.keys = [ (builtins.readFile ../../../../home/misterio/ssh.pub) ];
|
||||
passwordFile = config.sops.secrets.misterio-password.path;
|
||||
hashedPasswordFile = config.sops.secrets.misterio-password.path;
|
||||
packages = [ pkgs.home-manager ];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user