nix-configs/instances/ds9/default.nix

5 lines
88 B
Nix

{
modules = [ ./configuration.nix ];
system = "x86_64-linux";
hostName = "ds9";
}