From e7d42763e39e0261b3b37a701e681fc313094f50 Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Thu, 15 Feb 2024 22:31:32 +0100 Subject: [PATCH] remove useless package --- common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/common.nix b/common.nix index 921f0a7..d109206 100644 --- a/common.nix +++ b/common.nix @@ -153,9 +153,6 @@ with builtins; { users.users.jade = { isNormalUser = true; extraGroups = ["wheel" "input" "uinput" "libvirtd" "adbusers" "dialout" "plugdev" "wireshark"]; - packages = [ - pkgs.marksman - ]; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOaE8TFsIazpn4OnHvHcRpOFr9FfvMaWOiEjmHsmnAoE cardno:000F_70CD7D05" ];