mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
winboat: Fix typo
This commit is contained in:
parent
cce717c606
commit
35f332a995
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
config = lib.mkIf config.custom.programs.winboat.enable {
|
||||
virtualisation.docker.enable = true;
|
||||
users.users.seb.extraGroups = [ config.users.group.docker.name ];
|
||||
users.users.seb.extraGroups = [ config.users.groups.docker.name ];
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.docker-compose
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue