Skip to content

Commit

Permalink
Revert change to name of generated .nix include file for now
Browse files Browse the repository at this point in the history
Fixes #831 - `/etc/nixos/configuration.nix` is generated upstream and still refers to `lxd.nix` under that name. 

Signed-off-by: srd424 <[email protected]>
  • Loading branch information
srd424 authored Jun 1, 2024
1 parent 1913d97 commit a5fabbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/nixos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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, ... }:
Expand Down

0 comments on commit a5fabbb

Please sign in to comment.