diff --git a/modules/nixos/asura.nix b/modules/nixos/asura.nix deleted file mode 100644 index b6000b1..0000000 --- a/modules/nixos/asura.nix +++ /dev/null @@ -1,30 +0,0 @@ -{config, pkgs, inputs, ...}: - -{ - - users.users.smad = { - isNormalUser = true; - description = "superuser madrigal"; - extraGroups = [ "networkmanager" "wheel" "docker"]; - shell = pkgs.fish; - packages = with pkgs; [ - ]; - }; - - - # Enable automatic login for the user. - services.displayManager.autoLogin.enable = true; - services.displayManager.autoLogin.user = "smad"; - networking.hostName = "asura"; # Define your hostname. - services.prometheus.exporters.node = { - enable = true; - port = 9100; - enabledCollectors = [ - "logind" - "systemd" - ]; - disabledCollectors = [ "textfile" ]; - openFirewall = true; - firewallFilter = "-i br0 -p tcp -m tcp --dport 9100"; - }; -} diff --git a/modules/nixos/baal.nix b/modules/nixos/baal.nix deleted file mode 100644 index cbd65fb..0000000 --- a/modules/nixos/baal.nix +++ /dev/null @@ -1,30 +0,0 @@ -{config, pkgs, inputs, ...}: - -{ - - users.users.smad = { - isNormalUser = true; - description = "superuser madrigal"; - extraGroups = [ "networkmanager" "wheel" "docker"]; - shell = pkgs.fish; - packages = with pkgs; [ - ]; - }; - - - # Enable automatic login for the user. - services.displayManager.autoLogin.enable = true; - services.displayManager.autoLogin.user = "smad"; - networking.hostName = "baal"; # Define your hostname. - services.prometheus.exporters.node = { - enable = true; - port = 9100; - enabledCollectors = [ - "logind" - "systemd" - ]; - disabledCollectors = [ "textfile" ]; - openFirewall = true; - firewallFilter = "-i br0 -p tcp -m tcp --dport 9100"; - }; -} diff --git a/modules/nixos/belial.nix b/modules/nixos/belial.nix deleted file mode 100644 index e10f263..0000000 --- a/modules/nixos/belial.nix +++ /dev/null @@ -1,30 +0,0 @@ -{config, pkgs, inputs, ...}: - -{ - - users.users.smad = { - isNormalUser = true; - description = "superuser madrigal"; - extraGroups = [ "networkmanager" "wheel" "docker"]; - shell = pkgs.fish; - packages = with pkgs; [ - ]; - }; - - - # Enable automatic login for the user. - services.displayManager.autoLogin.enable = true; - services.displayManager.autoLogin.user = "smad"; - networking.hostName = "belial"; # Define your hostname. - services.prometheus.exporters.node = { - enable = true; - port = 9100; - enabledCollectors = [ - "logind" - "systemd" - ]; - disabledCollectors = [ "textfile" ]; - openFirewall = true; - firewallFilter = "-i br0 -p tcp -m tcp --dport 9100"; - }; -} diff --git a/modules/nixos/gaap.nix b/modules/nixos/gaap.nix deleted file mode 100644 index e42cc81..0000000 --- a/modules/nixos/gaap.nix +++ /dev/null @@ -1,30 +0,0 @@ -{config, pkgs, inputs, ...}: - -{ - - users.users.smad = { - isNormalUser = true; - description = "superuser madrigal"; - extraGroups = [ "networkmanager" "wheel" "docker"]; - shell = pkgs.fish; - packages = with pkgs; [ - ]; - }; - - - # Enable automatic login for the user. - services.displayManager.autoLogin.enable = true; - services.displayManager.autoLogin.user = "smad"; - networking.hostName = "gaap"; # Define your hostname. - services.prometheus.exporters.node = { - enable = true; - port = 9100; - enabledCollectors = [ - "logind" - "systemd" - ]; - disabledCollectors = [ "textfile" ]; - openFirewall = true; - firewallFilter = "-i br0 -p tcp -m tcp --dport 9100"; - }; -} diff --git a/modules/nixos/ifrit.nix b/modules/nixos/ifrit.nix deleted file mode 100644 index 7772dba..0000000 --- a/modules/nixos/ifrit.nix +++ /dev/null @@ -1,30 +0,0 @@ -{config, pkgs, inputs, ...}: - -{ - - users.users.smad = { - isNormalUser = true; - description = "superuser madrigal"; - extraGroups = [ "networkmanager" "wheel" "docker"]; - shell = pkgs.fish; - packages = with pkgs; [ - ]; - }; - - - # Enable automatic login for the user. - services.displayManager.autoLogin.enable = true; - services.displayManager.autoLogin.user = "smad"; - networking.hostName = "ifrit"; # Define your hostname. - services.prometheus.exporters.node = { - enable = true; - port = 9100; - enabledCollectors = [ - "logind" - "systemd" - ]; - disabledCollectors = [ "textfile" ]; - openFirewall = true; - firewallFilter = "-i br0 -p tcp -m tcp --dport 9100"; - }; -} diff --git a/modules/nixos/moloch.nix b/modules/nixos/moloch.nix deleted file mode 100644 index 7255d6a..0000000 --- a/modules/nixos/moloch.nix +++ /dev/null @@ -1,30 +0,0 @@ -{config, pkgs, inputs, ...}: - -{ - - users.users.smad = { - isNormalUser = true; - description = "superuser madrigal"; - extraGroups = [ "networkmanager" "wheel" "docker"]; - shell = pkgs.fish; - packages = with pkgs; [ - ]; - }; - - - # Enable automatic login for the user. - services.displayManager.autoLogin.enable = true; - services.displayManager.autoLogin.user = "smad"; - networking.hostName = "moloch"; # Define your hostname. - services.prometheus.exporters.node = { - enable = true; - port = 9100; - enabledCollectors = [ - "logind" - "systemd" - ]; - disabledCollectors = [ "textfile" ]; - openFirewall = true; - firewallFilter = "-i br0 -p tcp -m tcp --dport 9100"; - }; -}