diff --git a/home/modules/ssh.nix b/home/modules/ssh.nix index 729ba12..78fabb3 100644 --- a/home/modules/ssh.nix +++ b/home/modules/ssh.nix @@ -34,4 +34,13 @@ }; }; }; + + programs.ssh = { + enable = true; + matchBlocks = { + "ryuko.suizid.jetzt" = { + user = "root"; + }; + }; + }; } diff --git a/home/modules/wm.nix b/home/modules/wm.nix index 16da553..34312c5 100644 --- a/home/modules/wm.nix +++ b/home/modules/wm.nix @@ -195,6 +195,7 @@ home.file.".config/hypr/pfp.jpg".source = ../config-files/hyprlock-pfp.jpg; home.file.".config/hypr/nixos-logo.png".source = ../config-files/nix-snowflake-trans-colours.png; + home.file.".config/hypr/bg.png".source = ../../walls/walls/98223673_p0.png; programs.hyprlock = { enable = true; @@ -208,10 +209,10 @@ background = [ { - # path = "screenshot"; - # blur_passes = 3; - # blur_size = 8; - color = "rgb(0e1419)"; + path = ".config/hypr/bg.png"; + blur_passes = 3; + blur_size = 8; + # color = "rgb(0e1419)"; } ]; diff --git a/justfile b/justfile index 2e7e4f2..f166306 100644 --- a/justfile +++ b/justfile @@ -14,6 +14,13 @@ rebuild: fi nh os switch . -- -vv; +rebuild-remote: + #!/usr/bin/env bash + set -euxo pipefail + HOSTNAME=$(hostname) + #NIX_SSHOPTS="-i /home/xqtc/.ssh/id_ed25519" + nixos-rebuild switch --flake .#$HOSTNAME --build-host xqtc@88.99.90.90 --use-substitutes --use-remote-sudo + beleth: #!/usr/bin/env bash set -euxo pipefail