Compare commits

..

No commits in common. "2b8f9c4ae73a639de60e5ce7d834b462d451c03e" and "23b9ddcbdd280d4780572daa71b2252da1afc6d3" have entirely different histories.

2 changed files with 1 additions and 17 deletions

View File

@ -21,20 +21,7 @@
fileSystems."/mnt/library" = { fileSystems."/mnt/library" = {
device = "library.mesh.vimium.net:/mnt/library"; device = "library.mesh.vimium.net:/mnt/library";
fsType = "nfs"; fsType = "nfs";
options = [ options = [ "nfsvers=4.2" "soft" "nocto" "ro" "x-systemd.automount" "noauto" ];
"nfsvers=4.2"
"bg"
"intr"
"soft"
"timeo=5"
"retrans=5"
"actimeo=5"
"retry=5"
"nocto"
"ro"
"x-systemd.automount"
"noauto"
];
}; };
system.autoUpgrade = { system.autoUpgrade = {

View File

@ -32,9 +32,6 @@ in {
description = "Reload snd_usb_audio kernel module"; description = "Reload snd_usb_audio kernel module";
wantedBy = [ "sound.target" ]; wantedBy = [ "sound.target" ];
serviceConfig.Type = "oneshot"; serviceConfig.Type = "oneshot";
path = with pkgs; [
kmod
];
script = '' script = ''
rmmod snd_usb_audio rmmod snd_usb_audio
insmod /run/booted-system/kernel-modules/lib/modules/$(uname -r)/extra/snd-usb-audio.ko.xz insmod /run/booted-system/kernel-modules/lib/modules/$(uname -r)/extra/snd-usb-audio.ko.xz