add readarr
This commit is contained in:
parent
3611d6e319
commit
7ad003ff49
5 changed files with 116 additions and 37 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue