Add nextcloud to installed apps

This commit is contained in:
Alex Davies 2024-05-14 07:30:11 -03:00
parent 88ed1f1e64
commit c3ebc2312b
2 changed files with 2 additions and 0 deletions

View File

@ -114,6 +114,7 @@
PermitRootLogin = "no";
# Use keys only. Remove if you want to SSH using password (not recommended)
PasswordAuthentication = true;
AllowUsers = [ "traverseda" ];
};
};

View File

@ -35,6 +35,7 @@
pkgs.inkscape
pkgs.gimp
pkgs.krita
pkgs.nextcloud-client
];
programs.firefox = {