Add an example nixos config using this site
This commit is contained in:
parent
09a424d956
commit
f2f8efdc1d
4 changed files with 173 additions and 0 deletions
3
nixos-configuration/justfile
Normal file
3
nixos-configuration/justfile
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Run a the example config in a VM
|
||||
vm:
|
||||
nix run ".#nixosConfigurations.my-server-name.config.system.build.vm"
|
||||
Loading…
Add table
Add a link
Reference in a new issue