Remove all git-crypt
This commit is contained in:
parent
22836a44d7
commit
97409f47e4
19 changed files with 86 additions and 47 deletions
|
@ -7,7 +7,9 @@
|
|||
description = "Data Access";
|
||||
uid = 1000;
|
||||
group = "users";
|
||||
passwordFile = "/run/secrets/password_file";
|
||||
};
|
||||
environment.systemPackages = [ pkgs.rsync pkgs.mktorrent (pkgs.writeShellScriptBin "create_torrent" ". /run/secrets/create_torrent") ];
|
||||
security.sudo.enable = false;
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
|
@ -16,5 +18,6 @@
|
|||
{ bits = 4096; path = "/run/secrets/ssh_host_rsa_key"; type = "rsa"; }
|
||||
{ path = "/run/secrets/ssh_host_ed25519_key"; type = "ed25519"; }
|
||||
];
|
||||
authorizedKeysFiles = [ "/run/secrets/authorized_keys" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue