10 lines
110 B
Nix
10 lines
110 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./os/loader.nix
|
|
];
|
|
|
|
networking.hostName = "nixos";
|
|
frogeye.extra = true;
|
|
}
|