feat(elcafe): add new server configuration

This commit is contained in:
2026-02-08 00:20:44 +01:00
parent e90fb1fa0d
commit 35541ea5ae
41 changed files with 366 additions and 172 deletions

View File

@@ -2,6 +2,6 @@
imports = [../light-home.nix];
home = {
cli.nh.flake = "/tank/phundrak/.dotfiles";
phundrak.sshKey.content = builtins.readFile ../../../keys/id_tilo.pub;
phundrak.sshKey.content = builtins.readFile ../keys/id_tilo.pub;
};
}