From bbea2901e46b11d1b6d7559b9de30f5dd8dd8c37 Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 29 Oct 2023 05:53:24 -0400 Subject: [PATCH] chore: remove cowsay --- hosts/sakura/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/sakura/default.nix b/hosts/sakura/default.nix index b72db52..76c6827 100644 --- a/hosts/sakura/default.nix +++ b/hosts/sakura/default.nix @@ -31,6 +31,4 @@ users.users.root.openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMd8j1+fC/ng7l17rsxugVtlhurUe1ICizwA9lQkSuNY forgejo" ]; - - environment.systemPackages = [pkgs.cowsay]; }