Commits: 1
Change the hostname to "bieb"
index 790f188..2eefe82 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -20,7 +20,7 @@
= boot.loader.systemd-boot.enable = true;
= boot.loader.efi.canTouchEfiVariables = true;
=
- networking.hostName = "nixos"; # Define your hostname.
+ networking.hostName = "bieb"; # Define your hostname.
= # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
=
= # Configure network proxy if necessaryindex d9c1ec4..e5e2184 100644
--- a/flake.nix
+++ b/flake.nix
@@ -10,7 +10,7 @@
= system = "x86_64-linux";
= pkgs = import nixpkgs { inherit system; };
= in {
- nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
+ nixosConfigurations.bieb = nixpkgs.lib.nixosSystem {
= inherit system pkgs;
= modules = [
= ./configuration.nix