deploy-rs-online

This commit is contained in:
Aleksandr Lebedev 2025-08-11 17:01:02 +02:00
parent 8d71112976
commit 3b2e7a9d02
8 changed files with 265 additions and 92 deletions

View file

@ -113,6 +113,7 @@
};
overlays = with inputs; [
emacs-kylekrein.overlays.default
niri-flake.overlays.niri
snowfall-flake.overlays.default
];
@ -144,6 +145,7 @@
deploy = lib.mkDeploy {
inherit (inputs) self;
overrides = {
user = "root";
kylekrein-server.hostname = "kylekrein.com";
};
exclude = ["kylekrein-wsl-wm"];