update flake and add ntfy
This commit is contained in:
parent
2a5897afa1
commit
2c90c2dcc0
12 changed files with 83 additions and 65 deletions
7
modules/system/users/root/default.nix
Normal file
7
modules/system/users/root/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
# Allow root to be accessed via ssh
|
||||
users.users.root.openssh.authorizedKeys.keyFiles = [
|
||||
../main/warden.pub
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue