add rsync.net
This commit is contained in:
@@ -232,6 +232,14 @@ else
|
||||
User git
|
||||
HostName github.com
|
||||
|
||||
Host rsyncnet
|
||||
User fm2382
|
||||
HostName fm2382.rsync.net
|
||||
|
||||
Host rsn
|
||||
User fm2382
|
||||
HostName fm2382.rsync.net
|
||||
|
||||
Host *
|
||||
User shelvacu
|
||||
GlobalKnownHostsFile ${pkgs.writeText "known_hosts" config.vacu.ssh.knownHostsText}
|
||||
@@ -249,6 +257,10 @@ else
|
||||
extraHostNames = [ "tty.sdf.org" ];
|
||||
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJJk3a190w/1TZkzVKORvz/kwyKmFY144lVeDFm80p17";
|
||||
};
|
||||
"rsyncnet" = {
|
||||
extraHostNames = [ "rsn" "rsync.net" "fm2382.rsync.net" ];
|
||||
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINdUkGe6kKn5ssz4WRZKjcws0InbQqZayenzk9obmP1z";
|
||||
};
|
||||
|
||||
#colin's stuff
|
||||
"uninsane.org" = {
|
||||
|
21
liam/notes.txt
Normal file
21
liam/notes.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
I think I can sort my email into these categories:
|
||||
- A Top priority: should be a notification
|
||||
- personal emails
|
||||
- here is a code to login (except ms, ugh)
|
||||
- B Normal priority: should be reviewed regularly, at least once every couple days
|
||||
- (some) purchase receipts
|
||||
- your credit card was used for <amount>
|
||||
- money stuff
|
||||
- patreons
|
||||
- C Low priority: should be skimmed occaisionally to make sure nothing got caught that shouldn't have
|
||||
- C1 good emails:
|
||||
- your statement is available to view
|
||||
-
|
||||
- C2 spam
|
||||
- D Shit-tier: never reviewed, except if I'm missing an email I was otherwise expecting
|
||||
- unsolicited job offers
|
||||
- anything definitely spam
|
||||
|
||||
- M Mailing lists
|
||||
|
||||
searches should generally search A,B,C but not D or M
|
@@ -45,29 +45,11 @@
|
||||
vacu.underTest = true;
|
||||
systemd.services = disableAcmes // reEnableSelfsigned;
|
||||
systemd.units = disableUnits;
|
||||
#vacu.secretsFolder = ./test_secrets;
|
||||
#sops.age.sshKeyPaths = [ ./test_key ];
|
||||
boot.zfs.extraPools = lib.mkForce [ ];
|
||||
security.acme.defaults.email = lib.mkForce "me@example.org";
|
||||
security.acme.defaults.server = lib.mkForce "https://example.com"; # self-signed only
|
||||
};
|
||||
|
||||
# nodes.checker = { pkgs, lib, ... }: {
|
||||
# environment.systemPackages = [
|
||||
# pkgs.wget
|
||||
# pkgs.python311Packages.imap-tools
|
||||
# pkgs.python311
|
||||
# (pkgs.writeScriptBin "mailtest" ''
|
||||
# #!${pkgs.python311}/bin/python
|
||||
# import sys
|
||||
# sys.argv.insert(1, "${nodes.liam.networking.primaryIPAddress}")
|
||||
# sys.path.append("${pkgs.python311Packages.imap-tools}/lib/python3.11/site-packages")
|
||||
# ${builtins.readFile ./mailtest.py}
|
||||
# '')
|
||||
# ];
|
||||
# networking.nameservers = lib.mkForce (lib.singleton nodes.ns.networking.primaryIPAddress);
|
||||
# };
|
||||
|
||||
skipTypeCheck = true;
|
||||
|
||||
testScript = ''
|
||||
|
Reference in New Issue
Block a user