dotfiles.nix/nixos/hosts/x86_64-live.nix

4 lines
91 B
Nix

{
imports = [../profiles/live-image.nix];
networking.hostName = "nixos-live-x86_64";
}