From af5f2c9451c4fd7a15256f24637f438e555cf063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Santiago?= Date: Wed, 29 May 2024 03:06:07 -0400 Subject: [PATCH] Change the laptop to a more distinct hostname --- configuration.nix | 2 +- flake.nix | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index a2ed6db..56f7765 100644 --- a/configuration.nix +++ b/configuration.nix @@ -35,7 +35,7 @@ ]; # Hostname - networking.hostName = "nixos"; + networking.hostName = "primus"; # KDE Partition Manager programs.partition-manager.enable = true; diff --git a/flake.nix b/flake.nix index 2572595..2701bf9 100644 --- a/flake.nix +++ b/flake.nix @@ -6,8 +6,7 @@ }; outputs = { self, nixpkgs, ... }@inputs: { - # Please replace my-nixos with your hostname - nixosConfigurations.nixos = nixpkgs.lib.nixosSystem { + nixosConfigurations.primus = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ # Import the previous configuration.nix we used,