Compare commits

..

No commits in common. "ebfaafe781a5650c71e54d8382b7c56c7f84d311" and "5faec368f3d84ee960d2a4e91464d995ec8222da" have entirely different histories.

2 changed files with 3 additions and 14 deletions

View File

@ -17,12 +17,6 @@
tor-browser-bundle-bin tor-browser-bundle-bin
yubikey-manager-qt yubikey-manager-qt
libsForQt5.kdeconnect-kde libsForQt5.kdeconnect-kde
docker-compose
## temp
electron-bin
nodejs_22
]; ];
}; };
@ -45,9 +39,4 @@
}; };
# yubikey # yubikey
services.pcscd.enable = true; services.pcscd.enable = true;
# docker
virtualisation.docker.enable = true;
users.users.caleb.extraGroups = [ "docker" ];
}

View File

@ -31,7 +31,7 @@
services.tailscale.enable = true; services.tailscale.enable = true;
# exclude tailscale IPs from mullvad routing # exclude tailscale IPs from mullvad routing
/* networking.nftables = { networking.nftables = {
enable = true; enable = true;
ruleset = '' ruleset = ''
define TAILNET_DNS = { define TAILNET_DNS = {
@ -52,5 +52,5 @@
} }
} }
''; '';
}; */ };
} }