feat: fix virtualisation path

This commit is contained in:
Felix Schröter 2020-08-15 13:53:15 +02:00
parent 47ac35bed4
commit 114d5dc446
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
3 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
./hardware/ledger.nix ./hardware/ledger.nix
./system ./system
./desktop ./desktop
./virtualisaiton/docker.nix ./virtualisation/docker.nix
./services/jellyfin.nix ./services/jellyfin.nix
]; ];

View file

@ -8,7 +8,7 @@
./hardware/gpu-bumblebee.nix ./hardware/gpu-bumblebee.nix
./system ./system
./desktop ./desktop
./virtualisaiton/docker.nix ./virtualisation/docker.nix
]; ];
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;