Migrated hostname

This commit is contained in:
2025-01-10 13:47:02 +01:00
parent 9c88315c00
commit ecc8187973
9 changed files with 34 additions and 242 deletions

View File

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