some fixies
This commit is contained in:
parent
8dae2ef9db
commit
7445ae7a9f
3 changed files with 3 additions and 3 deletions
|
|
@ -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":
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue