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
'';
};
};
}