disable nextcloud
This commit is contained in:
parent
50e12e9a65
commit
114e169a0f
10
flake.nix
10
flake.nix
@ -29,23 +29,23 @@
|
|||||||
# > Our main nixos configuration file <
|
# > Our main nixos configuration file <
|
||||||
modules = [
|
modules = [
|
||||||
./nixos/machines/pc-mans/configuration.nix
|
./nixos/machines/pc-mans/configuration.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
lpt-mans = nixpkgs.lib.nixosSystem {
|
lpt-mans = nixpkgs.lib.nixosSystem {
|
||||||
specialArgs = { inherit inputs; }; # Pass flake inputs to our config
|
specialArgs = { inherit inputs; }; # Pass flake inputs to our config
|
||||||
# > Our main nixos configuration file <
|
# > Our main nixos configuration file <
|
||||||
modules = [
|
modules = [
|
||||||
./nixos/machines/lpt-mans/configuration.nix
|
./nixos/machines/lpt-mans/configuration.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
srv01-home = nixpkgs.lib.nixosSystem {
|
srv01-home = nixpkgs.lib.nixosSystem {
|
||||||
specialArgs = { inherit inputs; }; # Pass flake inputs to our config
|
specialArgs = { inherit inputs; }; # Pass flake inputs to our config
|
||||||
# > Our main nixos configuration file <
|
# > Our main nixos configuration file <
|
||||||
modules = [
|
modules = [
|
||||||
./nixos/machines/srv01-home/configuration.nix
|
./nixos/machines/srv01-home/configuration.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -82,10 +82,10 @@
|
|||||||
nmap
|
nmap
|
||||||
];
|
];
|
||||||
|
|
||||||
services.nextcloud-client = {
|
# services.nextcloud-client = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
startInBackground = true;
|
# startInBackground = true;
|
||||||
};
|
# };
|
||||||
|
|
||||||
services.dunst.enable = true;
|
services.dunst.enable = true;
|
||||||
services.flameshot.enable = true;
|
services.flameshot.enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user