renamed option

This commit is contained in:
twoneis 2024-07-21 01:53:55 +02:00
parent 52d9c5ca91
commit ca9601459c
4 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
./firefox.nix
];
config = lib.mkIf config.user {
config = lib.mkIf config.full {
networking.firewall.allowedTCPPorts = [
57621 # spotifyd
];