diff --git a/nix-config/host/valkyrie/hardware-configuration.nix b/nix-config/host/valkyrie/hardware-configuration.nix index 51d0051..3354398 100644 --- a/nix-config/host/valkyrie/hardware-configuration.nix +++ b/nix-config/host/valkyrie/hardware-configuration.nix @@ -22,13 +22,6 @@ fsType = "ext4"; }; - fileSystems."/etc/nixos" = - { - device = "/materus/config/nixos-config"; - fsType = "none"; - options = [ "bind" ]; - }; - swapDevices = [ { device = "/swapfile"; diff --git a/nix-config/host/valkyrie/private/forwarding.nix b/nix-config/host/valkyrie/private/forwarding.nix index 504fe58..3d527f3 100644 Binary files a/nix-config/host/valkyrie/private/forwarding.nix and b/nix-config/host/valkyrie/private/forwarding.nix differ diff --git a/nix-config/host/valkyrie/private/tosave.nix b/nix-config/host/valkyrie/private/tosave.nix index 784fd9a..47dd79e 100644 Binary files a/nix-config/host/valkyrie/private/tosave.nix and b/nix-config/host/valkyrie/private/tosave.nix differ diff --git a/nix-config/host/valkyrie/services/dcbot.nix b/nix-config/host/valkyrie/services/dcbot.nix index 05e5cf7..793ffd5 100644 --- a/nix-config/host/valkyrie/services/dcbot.nix +++ b/nix-config/host/valkyrie/services/dcbot.nix @@ -1,6 +1,5 @@ { config, - pkgs, lib, mkk, ...