From e050f3601dce5904a47d07930c10628ab6750743 Mon Sep 17 00:00:00 2001 From: Akulij Date: Fri, 4 Oct 2024 17:19:59 +0000 Subject: [PATCH] change confguration name to pc --- configuration.nix | 2 ++ flake.nix | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 6e25915..7836179 100644 --- a/configuration.nix +++ b/configuration.nix @@ -51,6 +51,8 @@ }; }; + networking.hostName = "pc"; + programs.hyprland = { enable = true; xwayland.enable = true; diff --git a/flake.nix b/flake.nix index 109b8d9..43d7c82 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ outputs = { nixpkgs, disko, ... }: { - nixosConfigurations.hardpc = nixpkgs.lib.nixosSystem { + nixosConfigurations.pc = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ disko.nixosModules.disko