diff --git a/nixos/hosts/shodan/configuration.nix b/nixos/hosts/shodan/configuration.nix index e5bbadb..b191fce 100644 --- a/nixos/hosts/shodan/configuration.nix +++ b/nixos/hosts/shodan/configuration.nix @@ -24,7 +24,7 @@ ../../../disko/shodan - ./auto-mount.nix + # ./auto-mount.nix ]; boot.tmp.cleanOnBoot = true; @@ -49,7 +49,7 @@ environment.systemPackages = with pkgs; [ # Custom tools - auto-mount + # auto-mount #System: alejandra diff --git a/pkgs/default.nix b/pkgs/default.nix index 25f4744..dd4c2cc 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -12,5 +12,5 @@ pkgs: { upgrade = pkgs.callPackage ./upgrade {}; restart = pkgs.callPackage ./restart {}; phanpy = pkgs.callPackage ./phanpy {}; - auto-mount = pkgs.callPackage ./auto-mount {}; + # auto-mount = pkgs.callPackage ./auto-mount {}; }