Changed other hostnames

This commit is contained in:
2025-01-10 13:55:26 +01:00
parent ecc8187973
commit 44c97f169d
8 changed files with 10 additions and 21 deletions

View File

@@ -13,8 +13,6 @@
};
settings = {
hostname = "ch-clt-dsk01";
applications.common.enable = true;
applications.alacritty.enable = false;
applications.devenv.enable = false;
@@ -55,13 +53,4 @@
home.stateVersion = "24.05";
};
options = {
settings.hostname = lib.mkOption {
type = with lib.types; str;
description = ''
Define the host of the machine
'';
};
};
}

View File

@@ -59,7 +59,7 @@
};
# Networking configuration
networking.hostName = "xv-desktop"; # Define your hostname.
networking.hostName = "ti-clt-dsk01"; # Define your hostname.
networking.interfaces.enp7s0.wakeOnLan.enable = true;
users.users.xeovalyte = {

View File

@@ -59,7 +59,7 @@
configurationLimit = 32;
};
networking.hostName = "xv-surface"; # Define your hostname.
networking.hostName = "ti-clt-tbl01"; # Define your hostname.
users.users.xeovalyte = {
isNormalUser = true;