Add docker to base config and nix options search in firefox

This commit is contained in:
2025-10-01 22:44:15 -04:00
parent 063eedbf87
commit 5e40bc1735
2 changed files with 24 additions and 0 deletions

View File

@@ -96,6 +96,7 @@
"audio"
"cdrom"
"dialout"
"docker"
"kvm"
"networkmanager"
"tss"
@@ -242,4 +243,8 @@
};
services.yubikey-agent.enable = true;
virtualisation.docker = {
enable = true;
};
}