Compare commits

..

2 commits

Author SHA1 Message Date
Laureηt 606b7d18c4
⬆️ (neodymium/home) switch from logseq to obsidian 2023-09-22 16:47:43 +02:00
Laureηt a496cda8c4
(hydrogen) add changedetection-io services 2023-09-22 16:47:20 +02:00
4 changed files with 13 additions and 2 deletions

View file

@ -0,0 +1 @@
{ ... }: { services.changedetection-io = { enable = true; }; }

View file

@ -1,3 +1,12 @@
{ ... }: {
imports = [ ./acme ./atuin ./blocky ./fail2ban ./gitea ./nginx ./wireguard ];
imports = [
./acme
./atuin
./blocky
./changedetection
./fail2ban
./gitea
./nginx
./wireguard
];
}

View file

@ -14,7 +14,7 @@
jaq # (fast) json utils
jmtpfs # for Android MTP
keepassxc # password manager
logseq # second brain journalling
obsidian # second brain journalling
micro # text editor
mpv # video viewer
nil # nix language server

View file

@ -31,6 +31,7 @@
# list of allowed unfree packages
nixpkgs.config.allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) [
"obsidian"
"vscode"
"vscode-extension-github-copilot"
"vscode-extension-github-copilot-chat"