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 = [
./acme
./atuin
./blocky
./changedetection
./fail2ban
./gitea
./nginx
./wireguard
];
imports = [ ./acme ./atuin ./blocky ./fail2ban ./gitea ./nginx ./wireguard ];
}

View file

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

View file

@ -31,7 +31,6 @@
# 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"