workout: removed all nonesense

This commit is contained in:
Ingolf Wagner 2020-04-05 23:02:30 +02:00
parent 69adf97b3a
commit b7717b7bfe
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -4,9 +4,9 @@
<system/desktop> <system/desktop>
./hardware-configuration.nix ./hardware-configuration.nix
./kibana.nix #./kibana.nix
./packages.nix ./packages.nix
./slack.nix #./slack.nix
./syncthing.nix ./syncthing.nix
./tinc.nix ./tinc.nix
@ -42,11 +42,11 @@
services.printing.enable = true; services.printing.enable = true;
virtualisation = { virtualisation = {
docker.enable = true; docker.enable = false;
virtualbox = { virtualbox = {
host.enable = true; host.enable = false;
guest.x11 = true; guest.x11 = false;
guest.enable = true; guest.enable = false;
}; };
}; };