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
Some checks failed
fmt check / check (push) Waiting to run
flake check / check (push) Has been cancelled
This commit is contained in:
parent
1dd1ef8f05
commit
3d2e5368cb
27 changed files with 9 additions and 29 deletions
|
@ -1,6 +1,6 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware.nix
|
||||||
./services
|
./services
|
||||||
./networking.nix
|
./networking.nix
|
||||||
../../modules
|
../../modules
|
||||||
|
|
|
@ -12,6 +12,4 @@ _: {
|
||||||
nameserver 1.1.1.1
|
nameserver 1.1.1.1
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
services.tailscale.enable = true;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware.nix
|
||||||
./services
|
./services
|
||||||
./networking.nix
|
./networking.nix
|
||||||
../../modules
|
../../modules
|
||||||
|
|
|
@ -12,6 +12,4 @@ _: {
|
||||||
nameserver 1.1.1.1
|
nameserver 1.1.1.1
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
services.tailscale.enable = true;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware.nix
|
||||||
./services
|
./services
|
||||||
./networking.nix
|
./networking.nix
|
||||||
../../modules
|
../../modules
|
||||||
|
|
|
@ -12,6 +12,4 @@ _: {
|
||||||
nameserver 1.0.0.1
|
nameserver 1.0.0.1
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
services.tailscale.enable = true;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware.nix
|
||||||
./services
|
./services
|
||||||
./networking.nix
|
./networking.nix
|
||||||
../../modules
|
../../modules
|
||||||
|
|
|
@ -12,6 +12,4 @@ _: {
|
||||||
nameserver 1.1.1.1
|
nameserver 1.1.1.1
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
services.tailscale.enable = true;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
_: {
|
_: {
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware.nix
|
||||||
./services
|
./services
|
||||||
./networking.nix
|
./networking.nix
|
||||||
../../modules
|
../../modules
|
||||||
|
|
|
@ -12,6 +12,4 @@ _: {
|
||||||
nameserver 1.1.1.1
|
nameserver 1.1.1.1
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
services.tailscale.enable = true;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
_: {
|
_: {
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware.nix
|
||||||
./networking.nix
|
./networking.nix
|
||||||
./services
|
./services
|
||||||
../../modules
|
../../modules
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -12,6 +12,4 @@ _: {
|
||||||
nameserver 1.1.1.1
|
nameserver 1.1.1.1
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
services.tailscale.enable = true;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware.nix
|
||||||
./services
|
./services
|
||||||
./networking.nix
|
./networking.nix
|
||||||
../../modules
|
../../modules
|
||||||
|
|
|
@ -12,6 +12,4 @@ _: {
|
||||||
nameserver 1.1.1.1
|
nameserver 1.1.1.1
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
services.tailscale.enable = true;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware.nix
|
||||||
./services
|
./services
|
||||||
./networking.nix
|
./networking.nix
|
||||||
../../modules
|
../../modules
|
||||||
|
|
|
@ -12,6 +12,4 @@ _: {
|
||||||
nameserver 1.1.1.1
|
nameserver 1.1.1.1
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
services.tailscale.enable = true;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue