Update to 24.11

This commit is contained in:
pazpi 2024-12-12 21:47:41 +01:00
parent 57ac788c6f
commit 6f2fba1e71
2 changed files with 18 additions and 10 deletions

View file

@ -11,7 +11,7 @@
inputs = {
# NixOS related inputs
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
@ -32,7 +32,7 @@
};
home-manager = {
url = "github:nix-community/home-manager/release-24.05";
url = "github:nix-community/home-manager/release-24.11";
inputs.nixpkgs.follows = "nixpkgs";
};
@ -107,6 +107,14 @@
];
};
# vaultwarden.deployment = {
# targetHost = "192.168.1.154";
# tags = [
# "lxc"
# "bacco"
# ];
# };
deadbeef.deployment = {
allowLocalDeployment = true;
targetHost = null;