add readarr

This commit is contained in:
Vivian 2022-11-27 19:01:15 +01:00
parent 3611d6e319
commit 7ad003ff49
5 changed files with 116 additions and 37 deletions

View file

@ -1,4 +1,4 @@
# Edit this configuration file to define what should be installed on
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
@ -22,7 +22,9 @@
users.users.nwerc = {
isNormalUser = true;
openssh.authorizedKeys.keys = [];
};
# Allow password authentication
services.openssh.passwordAuthentication = lib.mkForce true;
}