Skip to content

Commit

Permalink
nixos: unstable container now incus-specific
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Stephens <adam@valkor.net>
  • Loading branch information
adamcstephens committed Sep 5, 2024
1 parent 5ddee12 commit 460be76
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions images/nixos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,22 +52,6 @@ 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 @@ -86,5 +70,3 @@ files:
}
releases:
- unstable
types:
- vm

0 comments on commit 460be76

Please sign in to comment.