update flake and add ntfy

This commit is contained in:
Bun 2025-07-09 02:32:31 -04:00
parent 2a5897afa1
commit 2c90c2dcc0
12 changed files with 83 additions and 65 deletions

View file

@ -6,14 +6,15 @@
linger = true;
hashedPassword = config.secrets.accPass.main;
openssh.authorizedKeys.keyFiles = [
# Special keys
./warden.pub
./pixel9.pub
# Host keys
../../../../hosts/tower/id_ed25519.pub
../../../../hosts/intuos/id_ed25519.pub
../../../../hosts/jupiter/id_ed25519.pub
];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE17CtOBL2xR7xelq2HjAqESJVhNtKQe9ZCECKVx0LSO Warden2"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJahAoF74BY6GCTsFkt1ADKaraFgJJozW1Y1aBTLK0j9 Pixel9"
];
extraGroups = [
# Privilige
"wheel"