hosts: rename hardware-config & remove unnecessary tailscale call
Some checks failed
fmt check / check (push) Waiting to run
flake check / check (push) Has been cancelled

This commit is contained in:
notohh 2023-12-29 12:43:13 -05:00
parent 1dd1ef8f05
commit 3d2e5368cb
Signed by: notohh
GPG key ID: BD47506D475EE86D
27 changed files with 9 additions and 29 deletions

View file

@ -1,6 +1,6 @@
{...}: { {...}: {
imports = [ imports = [
./hardware-configuration.nix ./hardware.nix
./services ./services
./networking.nix ./networking.nix
../../modules ../../modules

View file

@ -12,6 +12,4 @@ _: {
nameserver 1.1.1.1 nameserver 1.1.1.1
''; '';
}; };
services.tailscale.enable = true;
} }

View file

@ -1,6 +1,6 @@
{...}: { {...}: {
imports = [ imports = [
./hardware-configuration.nix ./hardware.nix
./services ./services
./networking.nix ./networking.nix
../../modules ../../modules

View file

@ -12,6 +12,4 @@ _: {
nameserver 1.1.1.1 nameserver 1.1.1.1
''; '';
}; };
services.tailscale.enable = true;
} }

View file

@ -1,6 +1,6 @@
{...}: { {...}: {
imports = [ imports = [
./hardware-configuration.nix ./hardware.nix
./services ./services
./networking.nix ./networking.nix
../../modules ../../modules

View file

@ -12,6 +12,4 @@ _: {
nameserver 1.0.0.1 nameserver 1.0.0.1
''; '';
}; };
services.tailscale.enable = true;
} }

View file

@ -1,6 +1,6 @@
{...}: { {...}: {
imports = [ imports = [
./hardware-configuration.nix ./hardware.nix
./services ./services
./networking.nix ./networking.nix
../../modules ../../modules

View file

@ -12,6 +12,4 @@ _: {
nameserver 1.1.1.1 nameserver 1.1.1.1
''; '';
}; };
services.tailscale.enable = true;
} }

View file

@ -1,6 +1,6 @@
_: { _: {
imports = [ imports = [
./hardware-configuration.nix ./hardware.nix
./services ./services
./networking.nix ./networking.nix
../../modules ../../modules

View file

@ -12,6 +12,4 @@ _: {
nameserver 1.1.1.1 nameserver 1.1.1.1
''; '';
}; };
services.tailscale.enable = true;
} }

View file

@ -1,6 +1,6 @@
_: { _: {
imports = [ imports = [
./hardware-configuration.nix ./hardware.nix
./networking.nix ./networking.nix
./services ./services
../../modules ../../modules

View file

@ -7,7 +7,7 @@
imports = [ imports = [
inputs.nix-gaming.nixosModules.steamCompat inputs.nix-gaming.nixosModules.steamCompat
inputs.nix-gaming.nixosModules.pipewireLowLatency inputs.nix-gaming.nixosModules.pipewireLowLatency
./hardware-configuration.nix ./hardware.nix
./services ./services
./networking.nix ./networking.nix
../../home/wayland/hyprland/wayland.nix ../../home/wayland/hyprland/wayland.nix

View file

@ -100,10 +100,6 @@
HostName 100.83.81.116 HostName 100.83.81.116
User basegbot User basegbot
IdentityFile ~/.ssh/basegbot IdentityFile ~/.ssh/basegbot
Host pihole
HostName 192.168.1.221
User notoh
IdentityFile ~/.ssh/pihole
Host rpi4 Host rpi4
HostName 100.92.145.147 HostName 100.92.145.147
User notoh User notoh

View file

@ -12,6 +12,4 @@ _: {
nameserver 1.1.1.1 nameserver 1.1.1.1
''; '';
}; };
services.tailscale.enable = true;
} }

View file

@ -1,6 +1,6 @@
{...}: { {...}: {
imports = [ imports = [
./hardware-configuration.nix ./hardware.nix
./services ./services
./networking.nix ./networking.nix
../../modules ../../modules

View file

@ -12,6 +12,4 @@ _: {
nameserver 1.1.1.1 nameserver 1.1.1.1
''; '';
}; };
services.tailscale.enable = true;
} }

View file

@ -1,6 +1,6 @@
{...}: { {...}: {
imports = [ imports = [
./hardware-configuration.nix ./hardware.nix
./services ./services
./networking.nix ./networking.nix
../../modules ../../modules

View file

@ -12,6 +12,4 @@ _: {
nameserver 1.1.1.1 nameserver 1.1.1.1
''; '';
}; };
services.tailscale.enable = true;
} }