diff --git a/modules/hosts/janus/default.nix b/modules/hosts/janus/default.nix index 39bd3f4..ee8765a 100644 --- a/modules/hosts/janus/default.nix +++ b/modules/hosts/janus/default.nix @@ -44,17 +44,8 @@ in step-ssh-user janus-ca ]; - shell.program = "zsh"; docker.enable = true; - # step-ssh-user = { - # enable = true; - # principals = [ "${hostname}" ]; - # }; - ssh.matchSets = { - certs = true; - homelab = true; - }; }; } ]; diff --git a/modules/hosts/john-p14s/configuration.nix b/modules/hosts/john-p14s/configuration.nix index 2cb512b..1ab2f30 100644 --- a/modules/hosts/john-p14s/configuration.nix +++ b/modules/hosts/john-p14s/configuration.nix @@ -24,7 +24,6 @@ extraGroups = [ "networkmanager" "wheel" - "docker" ]; shell = pkgs.zsh; }; @@ -48,11 +47,6 @@ samba ]; - virtualisation.docker = { - enable = true; - enableOnBoot = true; - }; - # For gnome systray icons services.udev.packages = with pkgs; [ gnome-settings-daemon ]; diff --git a/modules/services/restic/default.nix b/modules/services/restic/default.nix index 1c3cbc0..7d3827b 100644 --- a/modules/services/restic/default.nix +++ b/modules/services/restic/default.nix @@ -103,7 +103,6 @@ ]; }; }; - }; }; } \ No newline at end of file