all the mods 9

This commit is contained in:
Tao Tien 2024-06-01 17:07:25 -07:00
parent d7e3b972e6
commit 9aa71c7f20
10 changed files with 171 additions and 1 deletions

View file

@ -135,7 +135,6 @@
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0660", GROUP="users", TAG+="uaccess", TAG+="udev-acl"
'';
# obs virtual camera
boot.extraModulePackages = with config.boot.kernelPackages; [
v4l2loopback
];

View file

@ -74,6 +74,7 @@ def tse [exit_node: string = ""] {
} else {
tailscale set --exit-node $exit_node
}
sleep 5sec
http get https://am.i.mullvad.net/json
}
def tsp [] {

View file

@ -35,4 +35,8 @@
isNormalUser = true;
extraGroups = ["wheel" "audio" "video"];
};
users.users.root.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJKLOGhoTauV+yBide0qYQzZ/0rRw7ImfrOTvuZxjIFl"
];
}