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>
|
||||
./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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue