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>
./hardware-configuration.nix
./kibana.nix
#./kibana.nix
./packages.nix
./slack.nix
#./slack.nix
./syncthing.nix
./tinc.nix
@ -42,11 +42,11 @@
services.printing.enable = true;
virtualisation = {
docker.enable = true;
docker.enable = false;
virtualbox = {
host.enable = true;
guest.x11 = true;
guest.enable = true;
host.enable = false;
guest.x11 = false;
guest.enable = false;
};
};