added rclone, nextcloud app update
This commit is contained in:
parent
a3ffbec4b2
commit
8b7d6bd8ad
2 changed files with 2 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ in
|
|||
rxvt_unicode.terminfo
|
||||
nmap
|
||||
dig
|
||||
rclone
|
||||
(import ./vim.nix)
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{ pkgs, config, ... }:
|
||||
{
|
||||
services.nextcloud = {
|
||||
autoUpdateApps.enable = true;
|
||||
enable = true;
|
||||
hostName = "nc.mc-fucker.cool";
|
||||
package = pkgs.nextcloud22;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue