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