flake

Francesco Saccone's Nix flake.
git clone git://git.francescosaccone.com/flake
Log | Files | Refs | README | LICENSE

commit dfbbaf1a80f6b533e186df0c734f25b3e53d96f8
parent 7df391ee5ce5e97a8e23138b5e8cd2b4ebdfe5ac
Author: Francesco Saccone <francesco@francescosaccone.com>
Date:   Mon, 14 Apr 2025 16:37:30 +0200

chore: fix nonexistent server flake in example command

Signed-off-by: Francesco Saccone <francesco@francescosaccone.com>

Diffstat:
MREADME | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README @@ -52,7 +52,7 @@ Usage When the server configuration changes, I rebuild the machine using nixos-rebuild through SSH: - $ nixos-rebuild switch --flake .#server --target-host <root@url> + $ nixos-rebuild switch --flake .#main-server --target-host <root@url> When the laptop configuration changes, I rebuild my laptop using nixos-rebuild: