Skip to content

Commit

Permalink
Merge pull request #842 from adamcstephens/nixos/unstable-incus-all
Browse files Browse the repository at this point in the history
nixos: unstable container now incus-specific
  • Loading branch information
stgraber authored Sep 5, 2024
2 parents 5ddee12 + 460be76 commit 2076f0e
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 2076f0e

Please sign in to comment.