fix lots of nixvim warnings
This commit is contained in:
parent
2446716e8f
commit
fe4380c766
20 changed files with 535 additions and 358 deletions
|
|
@ -26,7 +26,7 @@
|
|||
../../common/gui
|
||||
../../common/virtualization
|
||||
|
||||
./auditd.nix
|
||||
# ./auditd.nix
|
||||
./kernel.nix
|
||||
./sysctl.nix
|
||||
./earlyoom.nix
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
config,
|
||||
user,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
dataDir = "/home/gwg313";
|
||||
|
|
@ -16,11 +16,14 @@
|
|||
|
||||
overrideDevices = true;
|
||||
overrideFolders = true;
|
||||
|
||||
settings = {
|
||||
gui = {
|
||||
user = inputs.secrets.syncthing.gui_user;
|
||||
password = inputs.secrets.syncthing.gui_password;
|
||||
};
|
||||
devices = {
|
||||
"grymforge" = {
|
||||
id = "MYJZ7YS-WWHZDW7-KMADKI7-WZNEV3V-AZP2J6Z-4AJOYHZ-G3HLEDO-KTVZPAF";
|
||||
id = inputs.secrets.syncthing.grymforge_id;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -47,17 +50,6 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
"obsidian" = {
|
||||
path = "/home/gwg313/vault";
|
||||
devices = [ "grymforge" ];
|
||||
versioning = {
|
||||
type = "staggered";
|
||||
params = {
|
||||
cleanInterval = "3600";
|
||||
maxAge = "15768000";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue