reNixos/s0melapt0p-nix/system/name.nix
2025-04-27 12:47:02 +03:00

5 lines
84 B
Nix

{config, ...}: {
system = {
name = config.networking.hostName;
};
}