diff options
| author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-25 22:19:13 +0200 |
|---|---|---|
| committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-25 22:19:13 +0200 |
| commit | 4c62c988459d2ab5f6d1d55b5efb4bda3374f220 (patch) | |
| tree | 45c7bd7e7e1fd18b7c9d81271366ad8d6badac29 | |
| parent | db16fced93765ead6b712658ccb0f77e1abfc816 (diff) | |
| download | nixos-4c62c988459d2ab5f6d1d55b5efb4bda3374f220.tar nixos-4c62c988459d2ab5f6d1d55b5efb4bda3374f220.tar.gz nixos-4c62c988459d2ab5f6d1d55b5efb4bda3374f220.tar.bz2 nixos-4c62c988459d2ab5f6d1d55b5efb4bda3374f220.tar.xz nixos-4c62c988459d2ab5f6d1d55b5efb4bda3374f220.zip | |
docker → virtualbox
| -rw-r--r-- | hel.nix | 5 | ||||
| -rw-r--r-- | users/gkleen.nix | 2 |
2 files changed, 2 insertions, 5 deletions
| @@ -322,11 +322,8 @@ | |||
| 322 | wants = [ "slimlock@gkleen.service" ]; | 322 | wants = [ "slimlock@gkleen.service" ]; |
| 323 | }; | 323 | }; |
| 324 | 324 | ||
| 325 | virtualisation.docker = { | 325 | virtualisation.virtualbox.host = { |
| 326 | enable = true; | 326 | enable = true; |
| 327 | storageDriver = "btrfs"; | ||
| 328 | extraOptions = "--log-driver=journald"; | ||
| 329 | socketActivation = false; | ||
| 330 | }; | 327 | }; |
| 331 | } | 328 | } |
| 332 | 329 | ||
diff --git a/users/gkleen.nix b/users/gkleen.nix index e36feb85..648f4ab1 100644 --- a/users/gkleen.nix +++ b/users/gkleen.nix | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | { | 1 | { |
| 2 | name = "gkleen"; | 2 | name = "gkleen"; |
| 3 | description = "Gregor Kleen"; | 3 | description = "Gregor Kleen"; |
| 4 | extraGroups = [ "wheel" "network" "lp" "dialout" "audio" "xmpp" "mail" "ssh" "docker" ]; | 4 | extraGroups = [ "wheel" "network" "lp" "dialout" "audio" "xmpp" "mail" "ssh" "vboxusers" ]; |
| 5 | group = "users"; | 5 | group = "users"; |
| 6 | uid = 1000; | 6 | uid = 1000; |
| 7 | createHome = true; | 7 | createHome = true; |
