sops
This commit is contained in:
@@ -2,12 +2,6 @@
|
||||
let
|
||||
user = "admin";
|
||||
passwordFile = config.sops.secrets."jallen-nas/admin_password".path;
|
||||
authorizedKeyFiles = [
|
||||
config.sops.secrets."ssh-keys-public/desktop-nixos".path
|
||||
config.sops.secrets."ssh-keys-public/desktop-nixos-root".path
|
||||
config.sops.secrets."ssh-keys-public/desktop-windows".path
|
||||
config.sops.secrets."ssh-keys-public/macbook-macos".path
|
||||
];
|
||||
in
|
||||
{
|
||||
|
||||
@@ -39,7 +33,6 @@ in
|
||||
];
|
||||
hashedPasswordFile = passwordFile;
|
||||
shell = pkgs.zsh;
|
||||
openssh.authorizedKeys.keyFiles = authorizedKeyFiles;
|
||||
packages = with pkgs; [
|
||||
cachix
|
||||
fastfetch
|
||||
|
||||
Reference in New Issue
Block a user