change confguration name to pc

This commit is contained in:
Akulij 2024-10-04 17:19:59 +00:00
parent e7ef2ba9c5
commit e050f3601d
2 changed files with 3 additions and 1 deletions

View File

@ -51,6 +51,8 @@
}; };
}; };
networking.hostName = "pc";
programs.hyprland = { programs.hyprland = {
enable = true; enable = true;
xwayland.enable = true; xwayland.enable = true;

View File

@ -5,7 +5,7 @@
outputs = { nixpkgs, disko, ... }: outputs = { nixpkgs, disko, ... }:
{ {
nixosConfigurations.hardpc = nixpkgs.lib.nixosSystem { nixosConfigurations.pc = nixpkgs.lib.nixosSystem {
system = "x86_64-linux"; system = "x86_64-linux";
modules = [ modules = [
disko.nixosModules.disko disko.nixosModules.disko