From 940fb56e7e450b7da56cc333d17ab0edb4cd1d0f Mon Sep 17 00:00:00 2001
From: Martin Fischer <martin@push-f.com>
Date: Sat, 26 Apr 2025 08:26:08 +0200
Subject: refactor: move channel metadata to separate .toml files

---
 nixos/hosts/tente/default.nix   | 1 -
 nixos/hosts/tente/metadata.toml | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)
 create mode 100644 nixos/hosts/tente/metadata.toml

(limited to 'nixos/hosts/tente')

diff --git a/nixos/hosts/tente/default.nix b/nixos/hosts/tente/default.nix
index 7ecb793..638b8d9 100644
--- a/nixos/hosts/tente/default.nix
+++ b/nixos/hosts/tente/default.nix
@@ -1,4 +1,3 @@
-# channel="nixos-small"
 # Edit this configuration file to define what should be installed on
 # your system. Help is available in the configuration.nix(5) man page, on
 # https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
diff --git a/nixos/hosts/tente/metadata.toml b/nixos/hosts/tente/metadata.toml
new file mode 100644
index 0000000..58f0301
--- /dev/null
+++ b/nixos/hosts/tente/metadata.toml
@@ -0,0 +1 @@
+channel = "nixos-small"
-- 
cgit v1.2.3