diff options
Diffstat (limited to 'host/Rory-discordbots/configuration.nix')
-rwxr-xr-x | host/Rory-discordbots/configuration.nix | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/host/Rory-discordbots/configuration.nix b/host/Rory-discordbots/configuration.nix deleted file mode 100755 index dbc509c..0000000 --- a/host/Rory-discordbots/configuration.nix +++ /dev/null @@ -1,23 +0,0 @@ -{ config, pkgs, lib, botcore-v4, ... }: - -{ - imports = - [ - ../../modules/base-server.nix - ./software.nix - ]; - - networking = { - hostName = "Rory-discordbots"; - interfaces.ens18.ipv4.addresses = [ { - address = "192.168.1.50"; - prefixLength = 24; - } ]; - interfaces.ens19.ipv4.addresses = [ { - address = "10.10.10.50"; - prefixLength = 16; - } ]; - }; - - system.stateVersion = "22.11"; # DO NOT EDIT! -} \ No newline at end of file |