1: Changed hostname
This commit is contained in:
parent
4dd887b26f
commit
07c8b0a0ca
@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
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.
|
||||
|
||||
# Enable CUPS to print documents.
|
||||
Loading…
Reference in New Issue
Block a user