Compare commits

..

No commits in common. "606b7d18c4cd722f22b3c73d83a9dad711a389c6" and "4f6a34e079c195f54fbc86a93b64f86b20e348ad" have entirely different histories.

4 changed files with 2 additions and 13 deletions

View file

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

View file

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

View file

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

View file

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