1
1
Fork 0
nixos/machines/myne/default.nix

9 lines
101 B
Nix
Raw Normal View History

{
imports = [
./disko.nix
./hardware-configuration.nix
];
custom.hostname = "myne";
}