mirror of
https://codeberg.org/muon/home.git
synced 2026-03-08 03:25:16 +00:00
Add docker to muon
This commit is contained in:
parent
a643ef4460
commit
60d60bcaa2
2 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue