From 5c2c785818f31e5aba2781e1b4c237d7db51a919 Mon Sep 17 00:00:00 2001 From: tzlil Date: Sat, 14 Jan 2023 14:55:03 +0200 Subject: add serial mon:stdio to run script, change sw and sb fish functions to use remote sudo, add i3status-rust config to sway --- mixins/cli.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mixins/cli.nix') diff --git a/mixins/cli.nix b/mixins/cli.nix index 6560e4b..9d2ba95 100644 --- a/mixins/cli.nix +++ b/mixins/cli.nix @@ -31,8 +31,8 @@ l = "ls -alh"; }; functions = { - sb.body = "sudo nixos-rebuild build --flake git+ssh://tzlil@100.99.246.128/home/tzlil/newflake"; - sw.body = "sudo nixos-rebuild switch --flake git+ssh://tzlil@100.99.246.128/home/tzlil/newflake"; + sb.body = "nixos-rebuild build --flake git+ssh://tzlil@100.99.246.128/home/tzlil/newflake --use-remote-sudo"; + sw.body = "nixos-rebuild switch --flake git+ssh://tzlil@100.99.246.128/home/tzlil/newflake --use-remote-sudo"; }; }; }; -- cgit 1.4.1