mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
fix docker.nix
This commit is contained in:
parent
3232c6fc34
commit
3da3a4be57
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, config, ... }: {
|
||||
{ pkgs, config, flake, ... }: {
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
users.users.${config.people.myself} = {
|
||||
users.users.${flake.config.people.myself} = {
|
||||
extraGroups = [ "docker" ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue