Files
server-config/host/server/default.nix
2026-05-14 13:39:10 +02:00

10 lines
123 B
Nix

{
imports = [
./hardware-configuration.nix
];
networking = {
hostId = "8bccc72b";
hostName = "server";
};
}