From e5fd9a10a46feb7bec08da39b4e469e15638a03b Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Wed, 15 May 2024 23:45:18 +0300 Subject: [PATCH] host/asus: enable docker and k8s for work --- hosts/asus-gl553vd/configuration.nix | 2 +- hosts/asus-gl553vd/users/jan.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/asus-gl553vd/configuration.nix b/hosts/asus-gl553vd/configuration.nix index 71b3c6f..0529c61 100644 --- a/hosts/asus-gl553vd/configuration.nix +++ b/hosts/asus-gl553vd/configuration.nix @@ -12,7 +12,7 @@ ################################################################################ # Enable the Docker - # virtualisation.docker.enable = true; + virtualisation.docker.enable = true; # Torrent # services.transmission.enable = true; diff --git a/hosts/asus-gl553vd/users/jan.nix b/hosts/asus-gl553vd/users/jan.nix index a3c618e..1d978b0 100644 --- a/hosts/asus-gl553vd/users/jan.nix +++ b/hosts/asus-gl553vd/users/jan.nix @@ -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;