1
Fork 0

Update to latest nixpkgs stable, and autorestart syncthing to prevent leaks

This commit is contained in:
prescientmoon 2024-02-28 07:16:41 +01:00
parent b14753a625
commit a51a6e9add
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
3 changed files with 16 additions and 9 deletions

View file

@ -39,6 +39,10 @@ in
inputs.neovim-nightly-overlay.overlay;
config.allowUnfree = true;
config.permittedInsecurePackages = [
"electron-25.9.0"
];
};
# }}}
# {{{ Enable the home-manager and git clis