l 1 mors: activate exfat-nofuse for ps Vita
This commit is contained in:
parent
2578eba9af
commit
3b45f3f791
|
@ -86,6 +86,10 @@ with import <stockholm/lib>;
|
|||
pkgs.krebszones
|
||||
];
|
||||
}
|
||||
{
|
||||
#ps vita stuff
|
||||
boot.extraModulePackages = [ config.boot.kernelPackages.exfat-nofuse ];
|
||||
}
|
||||
];
|
||||
|
||||
krebs.build.host = config.krebs.hosts.mors;
|
||||
|
@ -180,8 +184,6 @@ with import <stockholm/lib>;
|
|||
'';
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
exfat
|
||||
|
||||
acronym
|
||||
cac-api
|
||||
sshpass
|
||||
|
|
Loading…
Reference in a new issue