Add docker to base config and nix options search in firefox
This commit is contained in:
@@ -96,6 +96,7 @@
|
||||
"audio"
|
||||
"cdrom"
|
||||
"dialout"
|
||||
"docker"
|
||||
"kvm"
|
||||
"networkmanager"
|
||||
"tss"
|
||||
@@ -242,4 +243,8 @@
|
||||
};
|
||||
|
||||
services.yubikey-agent.enable = true;
|
||||
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user