Added hosts and hostname for Ratchet

This commit is contained in:
yaroslav
2025-06-12 14:57:07 +03:00
parent 0a10d16c18
commit d2495b9049
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -48,6 +48,7 @@
# still possible to use this option, but it's recommended to use it in conjunction
# with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
networking.useDHCP = lib.mkDefault true;
networking.hostName = "Ratchet";
# networking.interfaces.wlp1s0.useDHCP = lib.mkDefault true;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";