reNixos/s0mePC-nix/networking/hostname.nix
2025-04-27 12:47:02 +03:00

5 lines
70 B
Nix

{...}: {
networking = {
hostName = "s0mePC-nix";
};
}