add tailscale ip as variable
This commit is contained in:
parent
77cfdadf53
commit
194aaab349
6 changed files with 6 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
./kiosk.nix
|
||||
];
|
||||
networking.hostName = "display";
|
||||
variables.address = "100.72.208.107";
|
||||
nixpkgs.overlays = [
|
||||
(final: super: {
|
||||
makeModulesClosure = x:
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
# ../server/unifi.nix
|
||||
];
|
||||
networking.hostName = "fred";
|
||||
variables.address = "100.72.236.170";
|
||||
boot = {
|
||||
binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
loader = {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ inputs, outputs, lib, config, pkgs, ... }: {
|
||||
imports = [ ./hardware-configuration.nix ../../server ];
|
||||
networking.hostName = "harper";
|
||||
variables.address = "100.72.0.3";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ inputs, outputs, lib, config, pkgs, ... }: {
|
||||
imports = [ ./hardware-configuration.nix ../../server ];
|
||||
networking.hostName = "harper2";
|
||||
variables.address = "100.72.0.4";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ inputs, outputs, lib, config, pkgs, ... }: {
|
||||
imports = [ ./hardware-configuration.nix ../../server ];
|
||||
networking.hostName = "nuwww";
|
||||
variables.address = "100.72.2.1";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
# ../server/searxng.nix
|
||||
];
|
||||
networking.hostName = "w1";
|
||||
variables.address = "100.72.16.240";
|
||||
boot = {
|
||||
initrd = {
|
||||
availableKernelModules =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue