rename laptop

This commit is contained in:
Schrottkatze 2024-11-28 08:42:49 +01:00
parent 0767bab5bd
commit 0646067843
No known key found for this signature in database
6 changed files with 3 additions and 3 deletions

View file

@ -117,13 +117,13 @@
}
];
};
catbook-j = nixpkgs.lib.nixosSystem {
denkbrett = nixpkgs.lib.nixosSystem {
specialArgs = {
inherit inputs pkgs-unstable-small pkgs-stable rs-programs lix-module helix-inline-diags;
};
system = "x86_64-linux";
modules = [
./hosts/catbook-j/configuration.nix
./hosts/denkbrett/configuration.nix
home-manager.nixosModules.home-manager
{
home-manager.useGlobalPkgs = true;

View file

@ -76,7 +76,7 @@
# networking
networking.networkmanager.enable = true;
networking.hostName = "catbook-j";
networking.hostName = "denkbrett";
i18n.extraLocaleSettings = {
LC_ADDRESS = "de_DE.UTF-8";