Add VPS notes and ansible playbook

This commit is contained in:
2026-06-14 16:36:25 +02:00
parent bfe149450c
commit 8e687edeb0
5 changed files with 92 additions and 0 deletions
+4
View File
@@ -1,4 +1,8 @@
{ config, pkgs, ... }:
{
silo.podman.enable = false;
home.packages = with pkgs; [
ansible
openssh
];
}