14 lines
207 B
Nix
14 lines
207 B
Nix
|
{config, ...}:
|
||
|
|
||
|
{
|
||
|
imports = [
|
||
|
../../common/gui
|
||
|
../../common/devel
|
||
|
../../common/networking-home
|
||
|
./fs.nix
|
||
|
./hardware-configuration.nix
|
||
|
];
|
||
|
|
||
|
networking.hostName = "nix-te-vinden";
|
||
|
}
|