diff options
| -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; |
