config-perso/machines/kat-watcher/default.nix

5 lines
72 B
Nix
Raw Normal View History

2024-06-18 09:47:57 +02:00
{
2024-12-15 16:19:19 +01:00
meta.version = "unstable";
config = import ./configuration.nix;
2024-06-18 09:47:57 +02:00
}