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 = [
./hardware-configuration.nix
./hardware.nix
./services
./networking.nix
../../modules

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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