From adf17fc9c450a1b9f0b1c2cc2a9156f6bfe36a51 Mon Sep 17 00:00:00 2001 From: Ivan Reshetnikov Date: Sat, 19 Aug 2023 17:00:54 +0500 Subject: [PATCH] Add maddyctl alias --- nixos/programs/bash.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/programs/bash.nix b/nixos/programs/bash.nix index 618d6bd..9d8fa83 100644 --- a/nixos/programs/bash.nix +++ b/nixos/programs/bash.nix @@ -9,6 +9,7 @@ vi = "nvim"; vim = "nvim"; kubectl = "sudo k3s kubectl"; + maddyctl = "sudo -u maddy maddyctl"; }; }; }