dotfiles/config/nix/curacao.nix

11 lines
166 B
Nix

{ ... }:
{
imports = [
<nixos-hardware/dell/g3/3779>
./os/loader.nix
];
networking.hostName = "curacao.geoffrey.frogeye.fr";
frogeye.extra = true;
}