From f5e55c4244b1e729b77c23fa0d7adab3ea735db8 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 6 Jul 2023 01:02:21 +0300 Subject: [PATCH] change hostname --- configuration.nix | 2 +- flake.nix | 2 +- modules/dev/README.md | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index af8adfca..cecb3eca 100644 --- a/configuration.nix +++ b/configuration.nix @@ -34,7 +34,7 @@ # for later when i setup flakes nix.settings.experimental-features = [ "nix-command" "flakes" ]; - # networking.hostName = "nixos"; # Define your hostname. + networking.hostName = "sakotop"; # Define your hostname. # Pick only one of the below networking options. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. diff --git a/flake.nix b/flake.nix index e213f0ed..6a712a6f 100644 --- a/flake.nix +++ b/flake.nix @@ -12,7 +12,7 @@ outputs = { self, nixpkgs, ...}@attrs: { nixosConfigurations = { # TODO(sako)::rename this - nixos = nixpkgs.lib.nixosSystem { + sakotop = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = attrs; modules = [ ./configuration.nix ]; diff --git a/modules/dev/README.md b/modules/dev/README.md index 147682e1..5e2f0bab 100644 --- a/modules/dev/README.md +++ b/modules/dev/README.md @@ -8,3 +8,7 @@ seperate nix file. - copy project-template.nix - add package dependencies to it - when you dont maintain that project anymore you can delete the file and rebuild + +# Add language? + +- just make a nix file and add that yeah