Add nextcloud to installed apps
This commit is contained in:
parent
88ed1f1e64
commit
c3ebc2312b
@ -114,6 +114,7 @@
|
|||||||
PermitRootLogin = "no";
|
PermitRootLogin = "no";
|
||||||
# Use keys only. Remove if you want to SSH using password (not recommended)
|
# Use keys only. Remove if you want to SSH using password (not recommended)
|
||||||
PasswordAuthentication = true;
|
PasswordAuthentication = true;
|
||||||
|
AllowUsers = [ "traverseda" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -35,6 +35,7 @@
|
|||||||
pkgs.inkscape
|
pkgs.inkscape
|
||||||
pkgs.gimp
|
pkgs.gimp
|
||||||
pkgs.krita
|
pkgs.krita
|
||||||
|
pkgs.nextcloud-client
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
|
Loading…
Reference in New Issue
Block a user