10 lines
142 B
Nix
10 lines
142 B
Nix
{
|
|
self,
|
|
inputs,
|
|
...
|
|
}: {
|
|
flake.nixosModules.hackstationConfiguration = {pkgs, ...}: {
|
|
networking.hostName = "HACKSTATION";
|
|
};
|
|
}
|