diff --git a/flake.lock b/flake.lock index a56299e..c552651 100644 --- a/flake.lock +++ b/flake.lock @@ -67,11 +67,11 @@ ] }, "locked": { - "lastModified": 1750820420, - "narHash": "sha256-vL0SZMO5qEUmtFnERG7PXhxk4NGch0Ao2xe9MwLCHU8=", + "lastModified": 1750825763, + "narHash": "sha256-gUtcO/8Bcw4YerJpSIRu+Q2MYKxWrtT+8Bp3Mh1Qfmw=", "ref": "refs/heads/main", - "rev": "7979ea5ca0829137eecc346f32960c3d9d3dff31", - "revCount": 25, + "rev": "1ab1e4b9e610dcd40a3d728f377b6ac8a302d977", + "revCount": 26, "type": "git", "url": "https://gitea.john-stream.com/john/nix-home" }, diff --git a/flake.nix b/flake.nix index f1fa914..9d3fbcc 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ pkgs = inputs.nixpkgs.legacyPackages.x86_64-linux; in { - nixosConfigurations.lxc = nixosSystem { + nixosConfigurations.appdaemon = nixosSystem { system = "x86_64-linux"; modules = [ (inputs.nixpkgs + "/nixos/modules/virtualisation/proxmox-lxc.nix")