Add nix-cache01

This commit is contained in:
2025-01-23 23:17:48 +01:00
parent 8545807dd8
commit 1eb100d4ba
6 changed files with 160 additions and 61 deletions

View File

@@ -0,0 +1,6 @@
{ ... }:
{
imports = [
./configuration.nix
];
}