Add nixos-config

This commit is contained in:
Dave Gallant
2021-01-16 16:55:53 -05:00
parent 7927990d2f
commit 3e13f04043
7 changed files with 277 additions and 1 deletions

3
nix/nixos-rebuild Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
cd "$(dirname "$0")"
exec nixos-rebuild -I nixos-config=machines/$(hostname)/configuration.nix "$@"