fix: host name

This commit is contained in:
Guz
2025-02-08 19:23:09 -03:00
parent fbb01f7147
commit 3d19a84950

View File

@@ -7,6 +7,8 @@
./hardware-configuration.nix
./gpu-configuration.nix
../../configuration.nix
./home.nix
];
users.users."guz" = {
@@ -17,8 +19,7 @@
# Network
networking = {
hostName = lib.mkForce "figther";
wireless.enable = lib.mkForce true;
hostName = lib.mkForce "battleship";
};
# Steam (cannot be [properly] installed just in one user)