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:
parent
6e8611aa4b
commit
c0f12e1bf0
6 changed files with 14 additions and 25 deletions
hosts/nixos/tethys
|
@ -53,7 +53,7 @@
|
|||
networking.extraHosts =
|
||||
let
|
||||
blacklisted = [
|
||||
"twitter.com"
|
||||
# "twitter.com"
|
||||
# "www.reddit.com"
|
||||
# "minesweeper.online"
|
||||
];
|
||||
|
|
|
@ -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" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue