summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Santiago <[email protected]>2025-07-07 18:19:22 -0300
committerLeonardo Santiago <[email protected]>2025-07-07 18:19:22 -0300
commitfc4e4cfb8077e4c0472cd29c19c6fa88b7f61c9c (patch)
treee4bf1f00f1cd1a5ef8ec41b3ded1e07f53a41b93
parente9af51cfb5cab44833227d18de22f9b3600053f9 (diff)
chore: enable docker for kunagisa
-rw-r--r--hosts/kunagisa.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/kunagisa.nix b/hosts/kunagisa.nix
index 810e0b4..0dfbebe 100644
--- a/hosts/kunagisa.nix
+++ b/hosts/kunagisa.nix
@@ -32,6 +32,8 @@
useDHCP = lib.mkDefault true;
};
+ virtualisation.docker.enable = true;
+
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
fileSystems = {