Update to latest nixpkgs stable, and autorestart syncthing to prevent leaks
This commit is contained in:
parent
b14753a625
commit
a51a6e9add
3 changed files with 16 additions and 9 deletions
home
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue