From 8b4a2a36b6476c789db21304a1dc85f26c38e5d4 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Wed, 25 Mar 2026 18:59:17 -0500 Subject: [PATCH] pruning --- modules/hosts/janus/default.nix | 9 --------- modules/hosts/john-p14s/configuration.nix | 6 ------ modules/services/restic/default.nix | 1 - 3 files changed, 16 deletions(-) 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