From ee3025c7a1df78d4f5cea88fc74fc507d86c590f Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sat, 17 Apr 2021 14:34:27 -0400 Subject: [PATCH] docker --- features/{virtualization.nix => docker.nix} | 2 -- flake.lock | 6 +++--- flake.nix | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) rename features/{virtualization.nix => docker.nix} (77%) diff --git a/features/virtualization.nix b/features/docker.nix similarity index 77% rename from features/virtualization.nix rename to features/docker.nix index eec6ae3..d390a15 100644 --- a/features/virtualization.nix +++ b/features/docker.nix @@ -1,6 +1,4 @@ { pkgs, ... }: { - virtualisation.lxd.enable = true; - virtualisation.docker.enable = true; users.users.srid = { diff --git a/flake.lock b/flake.lock index b8afed0..2bc9308 100644 --- a/flake.lock +++ b/flake.lock @@ -72,11 +72,11 @@ "utils": "utils" }, "locked": { - "lastModified": 1618509900, - "narHash": "sha256-6L2iT+069ffbG0x5AnPm99khBha2HvH0lA8xjlD6kqc=", + "lastModified": 1618617299, + "narHash": "sha256-3cSNuPyfBQAJ5qnsHo+LB0D9dQpztnRXEMkEh9mOzsk=", "owner": "srid", "repo": "himalaya", - "rev": "8f09b577e3b3c32c71b8036dc3bc01287a598234", + "rev": "ecc6e8c7bb2224f33ec83f50a49e46dca9855cd9", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 02e6571..1d3dfb0 100644 --- a/flake.nix +++ b/flake.nix @@ -32,6 +32,7 @@ ./features/passwordstore.nix ./features/syncthing.nix ./features/protonvpn.nix + ./features/docker.nix ./features/email #./features/emacs.nix ./features/monitor-brightness.nix @@ -56,7 +57,6 @@ inputs.nixos-hardware.nixosModules.lenovo-thinkpad-p53 #./features/desktopish ./features/server-mode.nix - ./features/virtualization.nix ./features/postgrest.nix ]; nixosConfigurations.x1c7 = mkHomeMachine