From 940fb56e7e450b7da56cc333d17ab0edb4cd1d0f Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sat, 26 Apr 2025 08:26:08 +0200 Subject: refactor: move channel metadata to separate .toml files --- nixos/hosts/hamac/default.nix | 1 - nixos/hosts/hamac/metadata.toml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 nixos/hosts/hamac/metadata.toml (limited to 'nixos/hosts/hamac') 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" -- cgit v1.2.3