Disabled non-existant service

This commit is contained in:
jeirmeister 2025-08-01 11:32:37 -07:00
parent 458b5cfb09
commit 1e77184b55

View file

@ -25,7 +25,7 @@
({ config, ... }: {
boot.isContainer = true;
system.stateVersion = "25.05";
services.btcpay-full.enable = true;
# services.btcpay-full.enable = true;
users.users.root.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAaV7JtUWkWrjo5FfCcpTCCEY/OJ+T1mJOLbe4avg0XH sysadmin@skrybit.io"
];