Skip to content

Commit

Permalink
nixos: revert to non-incus image for unstable container
Browse files Browse the repository at this point in the history
The incus-specific container image is not yet ready

Signed-off-by: Adam Stephens <[email protected]>
  • Loading branch information
adamcstephens committed Aug 17, 2024
1 parent e83cc88 commit 9fdcab7
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 9fdcab7

Please sign in to comment.