From 60d60bcaa2ac51537553ac112a1d96b13a3a8359 Mon Sep 17 00:00:00 2001 From: muon Date: Thu, 26 Feb 2026 10:59:56 +0000 Subject: [PATCH] Add docker to muon --- hosts/muon/configuration.nix | 3 +++ hosts/muon/home.nix | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/muon/configuration.nix b/hosts/muon/configuration.nix index 67eb642..b999d85 100644 --- a/hosts/muon/configuration.nix +++ b/hosts/muon/configuration.nix @@ -31,6 +31,9 @@ in { "libsoup-2.74.3" ]; + users.users.muon.extraGroups = ["docker"]; + virtualisation.docker.enable = true; + # System mods.user.name = "muon"; networking.hostName = cfg.user.name; diff --git a/hosts/muon/home.nix b/hosts/muon/home.nix index 9aac268..51c58c8 100644 --- a/hosts/muon/home.nix +++ b/hosts/muon/home.nix @@ -14,13 +14,13 @@ in { mods.terminal.emulator.enable = true; mods.terminal.development.enable = true; mods.terminal.tools.enable = true; + mods.terminal.hr.enable = true; mods.desktop.development.enable = true; mods.desktop.productivity.enable = true; mods.desktop.media.enable = true; mods.zen.enable = true; mods.obsidian.enable = true; mods.opencode.enable = true; - mods.hr.enable = true; # Hardware preferences