Skip to content

Commit

Permalink
Remove hostname configs, not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Oct 23, 2024
1 parent d6bf315 commit 127ee67
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions hosts/kuchiki/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
# home.pc.enable = false;
gui.enable = false;

# Set hostname
networking.hostName = lib.mkForce "kuchiki"; # Define your hostname.

boot = {
kernelModules = ["amdgpu"];
# kernelParams = [
Expand Down
3 changes: 0 additions & 3 deletions hosts/yoruichi/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
# };
# };

# Set hostname
networking.hostName = lib.mkForce "yoruichi"; # Define your hostname.

boot = {
# kernelModules = ["amdgpu"];
# kernelParams = [
Expand Down
3 changes: 0 additions & 3 deletions hosts/zangetsu/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
lib,
...
}: {
# Set hostname
networking.hostName = lib.mkForce "zangetsu"; # Define your hostname.

# Eanble fingerprint for framework laptop
fingerprint.enable = false;

Expand Down

0 comments on commit 127ee67

Please sign in to comment.