mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: add improved alerting for various things
This commit is contained in:
parent
ed4defc62f
commit
07ee692df8
11 changed files with 414 additions and 137 deletions
|
|
@ -168,7 +168,7 @@
|
|||
(set.optional ((list.elem name (set.keys serverLocations)) && host.folder == "nixos") {
|
||||
${name} = {
|
||||
hostname = serverLocations.${name};
|
||||
sshUser = "root";
|
||||
sshUser = "deploy";
|
||||
sshOpts = ["-oControlMaster=no" "-oControlPath=/tmp/willneverexist" "-p" "${builtins.toString (builtins.head inputs.self.nixosConfigurations.${name}.config.services.openssh.ports)}"];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue