Compare commits
No commits in common. "2b8f9c4ae73a639de60e5ce7d834b462d451c03e" and "23b9ddcbdd280d4780572daa71b2252da1afc6d3" have entirely different histories.
2b8f9c4ae7
...
23b9ddcbdd
@ -21,20 +21,7 @@
|
||||
fileSystems."/mnt/library" = {
|
||||
device = "library.mesh.vimium.net:/mnt/library";
|
||||
fsType = "nfs";
|
||||
options = [
|
||||
"nfsvers=4.2"
|
||||
"bg"
|
||||
"intr"
|
||||
"soft"
|
||||
"timeo=5"
|
||||
"retrans=5"
|
||||
"actimeo=5"
|
||||
"retry=5"
|
||||
"nocto"
|
||||
"ro"
|
||||
"x-systemd.automount"
|
||||
"noauto"
|
||||
];
|
||||
options = [ "nfsvers=4.2" "soft" "nocto" "ro" "x-systemd.automount" "noauto" ];
|
||||
};
|
||||
|
||||
system.autoUpgrade = {
|
||||
|
@ -32,9 +32,6 @@ in {
|
||||
description = "Reload snd_usb_audio kernel module";
|
||||
wantedBy = [ "sound.target" ];
|
||||
serviceConfig.Type = "oneshot";
|
||||
path = with pkgs; [
|
||||
kmod
|
||||
];
|
||||
script = ''
|
||||
rmmod snd_usb_audio
|
||||
insmod /run/booted-system/kernel-modules/lib/modules/$(uname -r)/extra/snd-usb-audio.ko.xz
|
||||
|
Loading…
x
Reference in New Issue
Block a user