Auto-mount conflicts with the update now so let's remove it
This commit is contained in:
parent
c4401797c0
commit
3fb363e0b5
|
@ -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
|
||||
|
|
|
@ -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 {};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue