Re-org files and flatten dirs

This commit is contained in:
Dave Gallant
2025-04-15 20:44:23 -04:00
parent ab38096362
commit 0a19234c12
7 changed files with 9 additions and 23 deletions

View File

@@ -8,7 +8,7 @@ arch := `uname -s`
cmd := if arch == "Linux" { "sudo nixos-rebuild --use-remote-sudo" } else { "darwin-rebuild" }
rebuild:
$cmd switch --flake . -I nixos-config="hosts/$(hostname)/configuration.nix"
$cmd switch --flake . -I nixos-config="hosts/$(hostname).nix"
rollback:
$cmd switch --rollback --flake .