host/asus: enable docker and k8s for work
This commit is contained in:
parent
b4eb47e1d2
commit
e5fd9a10a4
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
################################################################################
|
||||
|
||||
# Enable the Docker
|
||||
# virtualisation.docker.enable = true;
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
# Torrent
|
||||
# services.transmission.enable = true;
|
||||
|
|
|
@ -12,7 +12,7 @@ in
|
|||
xmonad.projects = import ./xmonad-projects.secret.nix;
|
||||
};
|
||||
|
||||
# local.programs.dev-tools.k8s.enable = true;
|
||||
local.programs.dev-tools.k8s.enable = true;
|
||||
|
||||
local.programs.libreoffice.enable = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue