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 = [
|
||||
./hardware-configuration.nix
|
||||
./hardware.nix
|
||||
./services
|
||||
./networking.nix
|
||||
../../modules
|
||||
|
|
|
@ -12,6 +12,4 @@ _: {
|
|||
nameserver 1.1.1.1
|
||||
'';
|
||||
};
|
||||
|
||||
services.tailscale.enable = true;
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./hardware.nix
|
||||
./services
|
||||
./networking.nix
|
||||
../../modules
|
||||
|
|
|
@ -12,6 +12,4 @@ _: {
|
|||
nameserver 1.1.1.1
|
||||
'';
|
||||
};
|
||||
|
||||
services.tailscale.enable = true;
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./hardware.nix
|
||||
./services
|
||||
./networking.nix
|
||||
../../modules
|
||||
|
|
|
@ -12,6 +12,4 @@ _: {
|
|||
nameserver 1.0.0.1
|
||||
'';
|
||||
};
|
||||
|
||||
services.tailscale.enable = true;
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./hardware.nix
|
||||
./services
|
||||
./networking.nix
|
||||
../../modules
|
||||
|
|
|
@ -12,6 +12,4 @@ _: {
|
|||
nameserver 1.1.1.1
|
||||
'';
|
||||
};
|
||||
|
||||
services.tailscale.enable = true;
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
_: {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./hardware.nix
|
||||
./services
|
||||
./networking.nix
|
||||
../../modules
|
||||
|
|
|
@ -12,6 +12,4 @@ _: {
|
|||
nameserver 1.1.1.1
|
||||
'';
|
||||
};
|
||||
|
||||
services.tailscale.enable = true;
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
_: {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./hardware.nix
|
||||
./networking.nix
|
||||
./services
|
||||
../../modules
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -12,6 +12,4 @@ _: {
|
|||
nameserver 1.1.1.1
|
||||
'';
|
||||
};
|
||||
|
||||
services.tailscale.enable = true;
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./hardware.nix
|
||||
./services
|
||||
./networking.nix
|
||||
../../modules
|
||||
|
|
|
@ -12,6 +12,4 @@ _: {
|
|||
nameserver 1.1.1.1
|
||||
'';
|
||||
};
|
||||
|
||||
services.tailscale.enable = true;
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./hardware.nix
|
||||
./services
|
||||
./networking.nix
|
||||
../../modules
|
||||
|
|
|
@ -12,6 +12,4 @@ _: {
|
|||
nameserver 1.1.1.1
|
||||
'';
|
||||
};
|
||||
|
||||
services.tailscale.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue