hosts: steamdeck: correct nixpkgs to unstable
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
fileSystems."/sdcard" =
|
||||
{ device = "/dev/disk/by-label/sdcard";
|
||||
fsType = "ext4";
|
||||
options = [ "nofail,x-systemd.automount" ];
|
||||
options = [ "nofail,noauto,x-systemd.automount" ];
|
||||
};
|
||||
|
||||
fileSystems."/mnt/Pluto" =
|
||||
|
||||
Reference in New Issue
Block a user