Update ankaa config

This commit is contained in:
2024-09-08 11:52:42 -05:00
parent ce0f62103a
commit a3eeb9c347
6 changed files with 63 additions and 3 deletions

View File

@@ -46,7 +46,7 @@
options = {
openssh = {
enable = true;
port = 2222;
allow-password = true;
};
backup = {
@@ -188,7 +188,7 @@
pkgs = import nixpkgs {
inherit system;
overlays = with overlays; [];
overlays = with overlays; [ printrun ];
config.allowUnfree = true;
};