16 lines
229 B
Nix
16 lines
229 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./hardware-configuration.nix
|
|
|
|
../../modules/apps
|
|
../../modules/core
|
|
../../modules/deaktop
|
|
../../modules/hardware
|
|
../../modules/services
|
|
];
|
|
|
|
networking.hostName = "endgame";
|
|
}
|