added cloudflare api token encrypted secrets

This commit is contained in:
John Lancaster
2025-05-27 00:11:39 -05:00
parent 2408733cc3
commit 7bf0271b45
6 changed files with 30 additions and 9 deletions

View File

@@ -13,7 +13,7 @@
"wheel" # needed for sudo without password
"docker" # needed for docker without sudo
];
openssh.authorizedKeys.keyFiles = [ /root/.ssh/authorized_keys ];
openssh.authorizedKeys.keyFiles = [ ../secrets/authorized_keys ];
};
home-manager = {