fix lots of nixvim warnings

This commit is contained in:
gwg313 2025-03-23 13:49:03 -04:00
parent 2446716e8f
commit fe4380c766
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
20 changed files with 535 additions and 358 deletions

View file

@ -28,7 +28,7 @@
../../common/gui
./syncthing.nix
./auditd.nix
# ./auditd.nix
./kernel.nix
./sysctl.nix
./earlyoom.nix

View file

@ -1,6 +1,7 @@
{
config,
user,
inputs,
...
}:
{
@ -17,9 +18,13 @@
overrideFolders = true;
settings = {
gui = {
user = inputs.secrets.syncthing.gui_user;
password = inputs.secrets.syncthing.gui_password;
};
devices = {
"candlekeep" = {
id = "OREQCG7-JQMPCU4-HWFEQVM-7C6VYSC-A25I3PD-BYQ6RSU-7FQGDFX-SJDPGQY";
id = inputs.secrets.syncthing.candlekeep_id;
};
};
@ -46,17 +51,6 @@
};
};
};
"obsidian" = {
path = "/home/gwg313/vault";
devices = [ "candlekeep" ];
versioning = {
type = "staggered";
params = {
cleanInterval = "3600";
maxAge = "15768000";
};
};
};
};
};
};