fix lots of nixvim warnings
This commit is contained in:
parent
2446716e8f
commit
fe4380c766
20 changed files with 535 additions and 358 deletions
|
|
@ -28,7 +28,7 @@
|
|||
../../common/gui
|
||||
|
||||
./syncthing.nix
|
||||
./auditd.nix
|
||||
# ./auditd.nix
|
||||
./kernel.nix
|
||||
./sysctl.nix
|
||||
./earlyoom.nix
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue