mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Incorporate config updates from homelab
This commit is contained in:
parent
05cfe06e85
commit
12b3d12dec
2 changed files with 7 additions and 0 deletions
|
@ -19,6 +19,7 @@ assert lib.asserts.assertOneOf "storageDriver" storageDriver [
|
|||
};
|
||||
users.users.${userSettings.username}.extraGroups = [ "docker" ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
docker
|
||||
docker-compose
|
||||
lazydocker
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue