Skip to content

Commit

Permalink
Merge pull request #841 from adamcstephens/nixos/fix-again
Browse files Browse the repository at this point in the history
nixos: revert to non-incus image for unstable container
  • Loading branch information
stgraber committed Aug 17, 2024
2 parents e83cc88 + 9fdcab7 commit 44c79cc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions images/nixos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,22 @@ files:
releases:
- 24.05

- name: conf-hostname
path: /etc/nixos/lxd.nix
generator: template
content: |-
{ lib, config, pkgs, ... }:
# WARNING: THIS CONFIGURATION IS AUTOGENERATED AND WILL BE OVERWRITTEN AUTOMATICALLY
{
networking.hostName = "{{ instance.name }}";
}
releases:
- unstable
types:
- container

- name: conf-hostname
path: /etc/nixos/incus.nix
generator: template
Expand All @@ -70,3 +86,5 @@ files:
}
releases:
- unstable
types:
- vm

0 comments on commit 44c79cc

Please sign in to comment.