summaryrefslogtreecommitdiff
path: root/nixos/hosts/hamac
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-04-26 08:26:08 +0200
committerMartin Fischer <martin@push-f.com>2025-04-26 08:39:32 +0200
commit940fb56e7e450b7da56cc333d17ab0edb4cd1d0f (patch)
tree4ffd3e20cbd4de5b8d25827e294f7b7b3ba22dd4 /nixos/hosts/hamac
parentc329be48e687e3152e1362a71b76035bfda7215e (diff)
refactor: move channel metadata to separate .toml filesHEADmaster
Diffstat (limited to 'nixos/hosts/hamac')
-rw-r--r--nixos/hosts/hamac/default.nix1
-rw-r--r--nixos/hosts/hamac/metadata.toml1
2 files changed, 1 insertions, 1 deletions
diff --git a/nixos/hosts/hamac/default.nix b/nixos/hosts/hamac/default.nix
index 7085ed3..08caa51 100644
--- a/nixos/hosts/hamac/default.nix
+++ b/nixos/hosts/hamac/default.nix
@@ -1,4 +1,3 @@
-# channel="nixos"
# See the configuration.nix(5) man page and the NixOS manual (accessible by running `nixos-help`).
let
diff --git a/nixos/hosts/hamac/metadata.toml b/nixos/hosts/hamac/metadata.toml
new file mode 100644
index 0000000..fc34e27
--- /dev/null
+++ b/nixos/hosts/hamac/metadata.toml
@@ -0,0 +1 @@
+channel = "nixos"