From a5fabbb2036d18bfe6238c6350827cabe8fb851d Mon Sep 17 00:00:00 2001 From: srd424 Date: Sat, 1 Jun 2024 20:29:57 +0100 Subject: [PATCH] Revert change to name of generated .nix include file for now Fixes #831 - `/etc/nixos/configuration.nix` is generated upstream and still refers to `lxd.nix` under that name. Signed-off-by: srd424 --- images/nixos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/nixos.yaml b/images/nixos.yaml index 452e33a2..606df49d 100644 --- a/images/nixos.yaml +++ b/images/nixos.yaml @@ -39,7 +39,7 @@ packages: files: - name: conf-hostname - path: /etc/nixos/incus.nix + path: /etc/nixos/lxd.nix generator: template content: |- { lib, config, pkgs, ... }: