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; lib = nixpkgs.lib;
in { in {
nixosConfigurations = { nixosConfigurations = {
nixos = lib.nixosSystem { precision-5530 = lib.nixosSystem {
system = "x86_64-linux"; system = "x86_64-linux";
specialArgs = {inherit inputs;}; specialArgs = {inherit inputs;};
modules = [ modules = [
@ -83,7 +83,7 @@
home-manager.users.uzair = { home-manager.users.uzair = {
imports = [ imports = [
./home/home.nix ./hosts/precision-5530/home/home.nix
nixvim.homeManagerModules.nixvim nixvim.homeManagerModules.nixvim
walker.homeManagerModules.default walker.homeManagerModules.default
]; ];
@ -98,7 +98,7 @@
lanzaboote.nixosModules.lanzaboote 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. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
# Enable CUPS to print documents. # Enable CUPS to print documents.