Update to 24.11

This commit is contained in:
pazpi 2024-12-24 15:09:59 +01:00
parent 1d7dd28eed
commit 12428047b8
6 changed files with 48 additions and 15 deletions

View file

@ -17,7 +17,7 @@
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
lix-module = {
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.0.tar.gz";
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.1-2.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
};
@ -100,7 +100,15 @@
};
nextcloud.deployment = {
targetHost = "192.168.1.153";
targetHost = "192.168.1.103";
tags = [
"lxc"
"bacco"
];
};
vaultwarden.deployment = {
targetHost = "192.168.1.154";
tags = [
"lxc"
"bacco"
@ -125,6 +133,9 @@
devShells.${system}.default = pkgs.mkShell {
buildInputs = with pkgs; [
cmake
pkg-config
meson
agenix.packages.${system}.agenix
colmena.packages.${system}.colmena
];