Add docker to muon

This commit is contained in:
muon 2026-02-26 10:59:56 +00:00
parent a643ef4460
commit 60d60bcaa2
2 changed files with 4 additions and 1 deletions

View file

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