1: Changed hostname

This commit is contained in:
uzy lol 2025-01-14 18:05:55 -08:00
parent 4dd887b26f
commit 07c8b0a0ca
55 changed files with 4 additions and 4 deletions

View File

@ -68,7 +68,7 @@
lib = nixpkgs.lib;
in {
nixosConfigurations = {
nixos = lib.nixosSystem {
precision-5530 = lib.nixosSystem {
system = "x86_64-linux";
specialArgs = {inherit inputs;};
modules = [
@ -83,7 +83,7 @@
home-manager.users.uzair = {
imports = [
./home/home.nix
./hosts/precision-5530/home/home.nix
nixvim.homeManagerModules.nixvim
walker.homeManagerModules.default
];
@ -98,7 +98,7 @@
lanzaboote.nixosModules.lanzaboote
./system
./hosts/precision-5530/system
];
};
};

View File

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

@ -1,5 +1,5 @@
{
networking.hostName = "nixos"; # Define your hostname.
networking.hostName = "precision-5530"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
# Enable CUPS to print documents.