host/asus: enable docker and k8s for work

This commit is contained in:
Dmitriy Pleshevskiy 2024-05-15 23:45:18 +03:00
parent b4eb47e1d2
commit e5fd9a10a4
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
################################################################################
# Enable the Docker
# virtualisation.docker.enable = true;
virtualisation.docker.enable = true;
# Torrent
# services.transmission.enable = true;

View file

@ -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;