Make Docker work
This tells you how much I use it 😅
This commit is contained in:
parent
173a231556
commit
5924bd59c6
|
@ -8,6 +8,7 @@
|
||||||
./ccc
|
./ccc
|
||||||
./common.nix
|
./common.nix
|
||||||
./desktop.nix
|
./desktop.nix
|
||||||
|
./dev
|
||||||
./diff
|
./diff
|
||||||
./gaming
|
./gaming
|
||||||
./geoffrey.nix
|
./geoffrey.nix
|
||||||
|
|
7
os/dev/default.nix
Normal file
7
os/dev/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{ pkgs, lib, config, ... }:
|
||||||
|
{
|
||||||
|
config = lib.mkIf config.frogeye.dev.docker {
|
||||||
|
virtualisation.docker.enable = true;
|
||||||
|
users.users.geoffrey.extraGroups = [ "docker" ];
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue