hostname fix

This commit is contained in:
John Lancaster
2025-06-25 04:33:14 +00:00
parent 5ee997aae4
commit e2e3d0d59b
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

@@ -67,11 +67,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1750820420, "lastModified": 1750825763,
"narHash": "sha256-vL0SZMO5qEUmtFnERG7PXhxk4NGch0Ao2xe9MwLCHU8=", "narHash": "sha256-gUtcO/8Bcw4YerJpSIRu+Q2MYKxWrtT+8Bp3Mh1Qfmw=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "7979ea5ca0829137eecc346f32960c3d9d3dff31", "rev": "1ab1e4b9e610dcd40a3d728f377b6ac8a302d977",
"revCount": 25, "revCount": 26,
"type": "git", "type": "git",
"url": "https://gitea.john-stream.com/john/nix-home" "url": "https://gitea.john-stream.com/john/nix-home"
}, },

View File

@@ -21,7 +21,7 @@
pkgs = inputs.nixpkgs.legacyPackages.x86_64-linux; pkgs = inputs.nixpkgs.legacyPackages.x86_64-linux;
in in
{ {
nixosConfigurations.lxc = nixosSystem { nixosConfigurations.appdaemon = nixosSystem {
system = "x86_64-linux"; system = "x86_64-linux";
modules = [ modules = [
(inputs.nixpkgs + "/nixos/modules/virtualisation/proxmox-lxc.nix") (inputs.nixpkgs + "/nixos/modules/virtualisation/proxmox-lxc.nix")