1
Fork 0

Reduce pass to libsecret service (and more)

- Reduce all pass integrations but that of a local libsecret service
- Fix "kanata" typos in the readme
- Fix typo in emergency script
- Remove dns level blocklisting for twitter (it's blocked using leechblock now)
- Add keybind for a certain auto form script to hyprland (it's commented out for now)
This commit is contained in:
prescientmoon 2024-03-04 11:33:59 +01:00
commit c0f12e1bf0
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
6 changed files with 14 additions and 25 deletions
hosts/nixos/tethys

View file

@ -53,7 +53,7 @@
networking.extraHosts =
let
blacklisted = [
"twitter.com"
# "twitter.com"
# "www.reddit.com"
# "minesweeper.online"
];

View file

@ -1,22 +1,15 @@
let
# TODO: remove this once I switch to zfs
commonVersioning = {
type = "staggered";
params = {
cleanInterval = "3600"; # 1 hour in seconds
maxAge = "604800"; # 14 days in seconds.
};
let commonVersioning = {
type = "staggered";
params = {
cleanInterval = "3600"; # 1 hour in seconds
maxAge = "604800"; # 14 days in seconds.
};
};
in
{
imports = [ ../../common/optional/services/syncthing.nix ];
services.syncthing.settings.folders = {
"mythical-vault" = {
path = "/home/adrielus/.password-store";
devices = [ "enceladus" "lapetus" ];
versioning = commonVersioning;
};
"stellar-sanctum" = {
path = "/home/adrielus/projects/stellar-sanctum/";
devices = [ "enceladus" "lapetus" ];