Skip to content

Commit a33d077

Browse files
committed
rpi4 docker
1 parent 42b73bc commit a33d077

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

nix/rpi4.nix

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,10 @@ in {
5454
users."${user}" = {
5555
isNormalUser = true;
5656
password = password;
57-
extraGroups = ["wheel"];
57+
extraGroups = [
58+
"wheel"
59+
"docker"
60+
];
5861
};
5962
};
6063

@@ -70,6 +73,7 @@ in {
7073
htop
7174
udiskie
7275
litecli
76+
docker-client
7377
libraspberrypi
7478
];
7579
#
@@ -97,4 +101,8 @@ in {
97101
settings.KbdInteractiveAuthentication = false;
98102
settings.PermitRootLogin = "no";
99103
};
104+
#
105+
# Docker
106+
#
107+
virtualisation.docker.enable = true;
100108
}

prv

Submodule prv updated from 200d188 to b6533e2

0 commit comments

Comments
 (0)