mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-22 05:14:42 +01:00
fixed nextcloud and put server on nixpkgs stable
This commit is contained in:
parent
5d24913bb9
commit
a3774937b7
|
@ -8,8 +8,6 @@
|
|||
with lib;
|
||||
with builtins;
|
||||
{
|
||||
imports = [ ./modules ];
|
||||
|
||||
nix = {
|
||||
package = pkgs.nixVersions.stable;
|
||||
extraOptions = ''
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../common.nix
|
||||
../modules
|
||||
];
|
||||
|
||||
jade = {
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
# "${builtins.fetchGit { url = "https://github.com/kekrby/nixos-hardware.git"; }}/apple/t2"
|
||||
./hardware-configuration.nix
|
||||
../common.nix
|
||||
../modules
|
||||
#inputs.mms.module
|
||||
];
|
||||
|
||||
|
|
|
@ -13,6 +13,8 @@
|
|||
./vaultwarden.nix
|
||||
./nextcloud.nix
|
||||
./mumble.nix
|
||||
../modules/neovim.nix
|
||||
../modules/zsh.nix
|
||||
];
|
||||
|
||||
#systemd.services.wordsofgod-bot.enable = true;
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
};
|
||||
package = pkgs.nextcloud25;
|
||||
extraApps = with pkgs.nextcloud25Packages.apps; {
|
||||
inherit bookmarks calendar contacts deck keeweb mail news notes onlyoffice polls tasks twofactor_webauthn;
|
||||
inherit bookmarks calendar contacts news tasks;
|
||||
};
|
||||
extraAppsEnable = true;
|
||||
hostName = "wolke.schrottkatze.de";
|
||||
|
|
Loading…
Reference in a new issue