1: Changed hostname
This commit is contained in:
parent
4dd887b26f
commit
07c8b0a0ca
@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
@ -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.
|
||||||
Loading…
Reference in New Issue
Block a user