Auto-mount conflicts with the update now so let's remove it

This commit is contained in:
Lillian Violet 2024-04-06 21:00:46 +02:00
parent c4401797c0
commit 3fb363e0b5
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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 {};
}