1
0

pkgs/clerie-system-remote-install: Install NixOS system remotely without evaluating anything on remote

This commit is contained in:
2025-02-21 20:33:01 +01:00
parent 427820aa37
commit 99c82a2898
4 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{ pkgs, ... }:
pkgs.writeShellApplication {
name = "clerie-system-remote-install";
text = builtins.readFile ./clerie-system-remote-install.sh;
}