diff options
author | lassulus <lass@blue.r> | 2018-07-28 19:13:21 +0200 |
---|---|---|
committer | lassulus <lass@blue.r> | 2018-07-28 19:13:21 +0200 |
commit | 0ec07618c28acd7bf040d73d320bbfa4af6b7d04 (patch) | |
tree | 31c22d914d34b951659e64c569bb54298301760f /lass/1systems/helios/config.nix | |
parent | 930daa1aefb57012177d0a9b8375d9dc46666315 (diff) |
l helios.r: remove docker
Diffstat (limited to 'lass/1systems/helios/config.nix')
-rw-r--r-- | lass/1systems/helios/config.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lass/1systems/helios/config.nix b/lass/1systems/helios/config.nix index 5657742a6..40150b80e 100644 --- a/lass/1systems/helios/config.nix +++ b/lass/1systems/helios/config.nix @@ -98,7 +98,7 @@ with import <stockholm/lib>; ]; programs.adb.enable = true; - users.users.mainUser.extraGroups = [ "adbusers" "docker" ]; + users.users.mainUser.extraGroups = [ "adbusers" ]; services.printing.drivers = [ pkgs.postscript-lexmark ]; @@ -106,5 +106,4 @@ with import <stockholm/lib>; HandleLidSwitch=ignore ''; - virtualisation.docker.enable = true; } |