fwminex: tesseract
This commit is contained in:
parent
755c269115
commit
3172dc8275
|
@ -206,6 +206,10 @@ in {
|
||||||
virtualisation.virtualbox.host.enable = true;
|
virtualisation.virtualbox.host.enable = true;
|
||||||
users.extraGroups.vboxusers.members = ["motiejus"];
|
users.extraGroups.vboxusers.members = ["motiejus"];
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
tesseract
|
||||||
|
];
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostId = "3a54afcd";
|
hostId = "3a54afcd";
|
||||||
hostName = "fwminex";
|
hostName = "fwminex";
|
||||||
|
|
Loading…
Reference in New Issue