Updated to 24.05!

This commit is contained in:
FredzyW 2024-06-11 13:10:27 +02:00
parent 33bb9fc384
commit 0b8ca9ed4a
6 changed files with 41 additions and 29 deletions

View file

@ -5,7 +5,7 @@ let
url = "https://github.com/FredzyW/dwm-conf.git";
# rev = "99a1e812295bcf65625a4b5a0dc1022658977920";
# rev = "99f005ad0e5e5c904262e980b541cd6f0d001949";
rev = "795d43cdda641f8470e45546ae49d1484caa9604";
rev = "1ba673a54d8241b87e706328cac362412f4bc584";
# rev = "577d43c76b193f45ed74f9f403946ea3cc4298cf";
# url = "https://git.wastring.com/fw/dwm.git";
# rev = "04039f157960b83f1ab8abebb0ea77c72a75a249";

View file

@ -5,7 +5,7 @@
settings = {
email = "fredrik@wastring.com";
pinentry = pkgs.pinentry;
url = "https://pass.wastring.com";
base_url = "https://pass.wastring.com";
};
};
}

View file

@ -38,6 +38,18 @@
user = "fw";
identityFile = "/home/fw/.ssh/fw-ssh-key";
};
"fs1" = {
hostname = "192.168.0.120";
port = 22;
user = "fw";
identityFile = "/home/fw/.ssh/fw-ssh-key";
};
"backups" = {
hostname = "192.168.0.120";
port = 22;
user = "github";
identityFile = "/home/fw/.ssh/github-ssh-key";
};
};
};
}