some fixies

This commit is contained in:
Chris Cochrun 2025-12-16 09:40:05 -06:00
parent 8dae2ef9db
commit 7445ae7a9f
3 changed files with 3 additions and 3 deletions

View file

@ -1184,7 +1184,7 @@ switch (urlHostname) {
case "soundcloud.com": case "soundcloud.com":
case "m.soundcloud.com": case "m.soundcloud.com":
redirectSoundcloud(); // redirectSoundcloud();
break; break;
case "www.pixiv.net": case "www.pixiv.net":

View file

@ -21,6 +21,6 @@
(let ((url (serapeum:string-replace-all (let ((url (serapeum:string-replace-all
"inv.cochrun.xyz" *url* "youtube.com"))) "inv.cochrun.xyz" *url* "youtube.com")))
(dlvid (string url))) (dlvid (string url)))
(dlvid (string url)))) (dlvid (string *url*))))
(main) (main)

View file

@ -54,7 +54,7 @@
# Define a user account. Don't forget to set a password with passwd. # Define a user account. Don't forget to set a password with passwd.
users.users.chris = { users.users.chris = {
isNormalUser = true; isNormalUser = true;
extraGroups = [ "no-internet" "adbusers" "wheel" "networkmanager" "input" "uinput" "dialout" ]; # Enable sudo for the user. extraGroups = [ "no-internet" "adbusers" "wheel" "networkmanager" "input" "uinput" "dialout" "cdrom" ]; # Enable sudo for the user.
}; };
# virtualisation.waydroid.enable = true; # virtualisation.waydroid.enable = true;