From 460be760ebf7f690e2697317f8b044b13f29b0b4 Mon Sep 17 00:00:00 2001 From: Adam Stephens Date: Thu, 5 Sep 2024 08:50:28 -0400 Subject: [PATCH] nixos: unstable container now incus-specific Signed-off-by: Adam Stephens --- images/nixos.yaml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/images/nixos.yaml b/images/nixos.yaml index e79ce02c..55662e94 100644 --- a/images/nixos.yaml +++ b/images/nixos.yaml @@ -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 @@ -86,5 +70,3 @@ files: } releases: - unstable - types: - - vm