From 114e169a0f20acacc63510eb801475df34089729 Mon Sep 17 00:00:00 2001 From: Mans Ziesel Date: Fri, 4 Aug 2023 17:40:13 +0200 Subject: [PATCH] disable nextcloud --- flake.nix | 10 +++++----- home-manager/home.nix | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/flake.nix b/flake.nix index 84de2d1..0731885 100644 --- a/flake.nix +++ b/flake.nix @@ -29,23 +29,23 @@ # > Our main nixos configuration file < modules = [ ./nixos/machines/pc-mans/configuration.nix - ]; + ]; }; lpt-mans = nixpkgs.lib.nixosSystem { specialArgs = { inherit inputs; }; # Pass flake inputs to our config # > Our main nixos configuration file < modules = [ - ./nixos/machines/lpt-mans/configuration.nix - ]; + ./nixos/machines/lpt-mans/configuration.nix + ]; }; srv01-home = nixpkgs.lib.nixosSystem { specialArgs = { inherit inputs; }; # Pass flake inputs to our config # > Our main nixos configuration file < modules = [ - ./nixos/machines/srv01-home/configuration.nix - ]; + ./nixos/machines/srv01-home/configuration.nix + ]; }; }; }; diff --git a/home-manager/home.nix b/home-manager/home.nix index 8f27abb..c3a1aa8 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -82,10 +82,10 @@ nmap ]; - services.nextcloud-client = { - enable = true; - startInBackground = true; - }; +# services.nextcloud-client = { +# enable = true; +# startInBackground = true; +# }; services.dunst.enable = true; services.flameshot.enable = true;