workout: removed all nonesense
This commit is contained in:
parent
69adf97b3a
commit
b7717b7bfe
1 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue