From 50d845a7721f86eb1a0420bbfefe8299536117f3 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sat, 5 Oct 2024 12:19:26 +0200 Subject: [PATCH] kasei: add testconfig file --- hosts/kasei/configuration.nix | 2 ++ hosts/kasei/testconfig.nix | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 hosts/kasei/testconfig.nix diff --git a/hosts/kasei/configuration.nix b/hosts/kasei/configuration.nix index fb95e26..6d7db4e 100644 --- a/hosts/kasei/configuration.nix +++ b/hosts/kasei/configuration.nix @@ -12,6 +12,8 @@ ./services/keybase.nix ./nspawn-containers/arch.nix + + ./testconfig.nix ]; system.stateVersion = "22.05"; diff --git a/hosts/kasei/testconfig.nix b/hosts/kasei/testconfig.nix new file mode 100644 index 0000000..9b2c3e0 --- /dev/null +++ b/hosts/kasei/testconfig.nix @@ -0,0 +1,6 @@ +{ ... }: +# NOTE: this file is a space where i put new configuration while i'm testing it. +# There shouldn't really be anything here, I'm not planning to commit any config here. +{ + +} \ No newline at end of file