nixos: add kubernetes module

This commit is contained in:
Jaka Hudoklin
2014-11-29 02:27:17 +01:00
parent 650226e3c4
commit 2b261c1edf
7 changed files with 649 additions and 0 deletions
+6
View File
@@ -103,6 +103,12 @@ in
LimitNPROC = 1048576;
} // proxy_env;
postStart = ''
while ! [ -e /var/run/docker.sock ]; do
sleep 0.1
done
'';
# Presumably some containers are running we don't want to interrupt
restartIfChanged = false;
};