yas
This commit is contained in:
parent
a1225cb4bf
commit
e4c57b5801
|
@ -27,14 +27,17 @@
|
||||||
allow id 046d:c08b serial "178D316C3832" name "G502 HERO Gaming Mouse"
|
allow id 046d:c08b serial "178D316C3832" name "G502 HERO Gaming Mouse"
|
||||||
allow id 1ea7:0907 serial "SN0000000001" name "USB-HID Gaming Keyboard"
|
allow id 1ea7:0907 serial "SN0000000001" name "USB-HID Gaming Keyboard"
|
||||||
allow id 0bc2:231a serial "2HC015KJ" name "Expansion" # USB-SATA adapter
|
allow id 0bc2:231a serial "2HC015KJ" name "Expansion" # USB-SATA adapter
|
||||||
|
allow id 1058:0704 name "External HDD " # USB-SATA adapter
|
||||||
allow id 04f9:02d3 serial "E71830G6J592482" name "" # Printer
|
allow id 04f9:02d3 serial "E71830G6J592482" name "" # Printer
|
||||||
|
|
||||||
# Phones
|
# Phones
|
||||||
allow id 18d1:4ee1 serial "28051FDH200ATC" name "Pixel 7"
|
allow id 18d1:4ee1 serial "28051FDH200ATC" name "Pixel 7"
|
||||||
allow id 2717:ff40 serial "52bb384f0512" name "Redmi 10 2022"
|
allow id 2717:ff40 serial "52bb384f0512" name "Redmi 10 2022"
|
||||||
|
|
||||||
|
|
||||||
allow id 04a9:178a serial "G04A4A" name "MG3600 series"
|
allow id 04a9:178a serial "G04A4A" name "MG3600 series"
|
||||||
|
|
||||||
|
# Baofeng programmer
|
||||||
|
allow id 067b:2303 serial "" name "USB-Serial Controller D"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -72,6 +72,10 @@ in {
|
||||||
firewall = {
|
firewall = {
|
||||||
allowedTCPPorts = [
|
allowedTCPPorts = [
|
||||||
# 8080 # ?
|
# 8080 # ?
|
||||||
|
80
|
||||||
|
443
|
||||||
|
3001
|
||||||
|
8000
|
||||||
# 8008 # ssb
|
# 8008 # ssb
|
||||||
# 12345 # tildefriends
|
# 12345 # tildefriends
|
||||||
# 13378 # audiobookshelf
|
# 13378 # audiobookshelf
|
||||||
|
@ -116,6 +120,13 @@ in {
|
||||||
android-studio
|
android-studio
|
||||||
lutris
|
lutris
|
||||||
|
|
||||||
|
# nheko
|
||||||
|
iamb
|
||||||
|
ladybird
|
||||||
|
lynx
|
||||||
|
|
||||||
|
chirp
|
||||||
|
|
||||||
inputs.agenix.packages.x86_64-linux.default
|
inputs.agenix.packages.x86_64-linux.default
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -125,6 +136,35 @@ in {
|
||||||
|
|
||||||
programs.adb.enable = true;
|
programs.adb.enable = true;
|
||||||
|
|
||||||
|
# services.ddclient = {
|
||||||
|
# enable = true;
|
||||||
|
# # usev6=if, if=wlp5s0
|
||||||
|
# configFile = pkgs.writeText "ddclient-config" ''
|
||||||
|
# usev6=webv6, web=dns.glauca.digital/checkip
|
||||||
|
|
||||||
|
# ipv6=yes
|
||||||
|
# ipv4=no
|
||||||
|
|
||||||
|
# protocol=dyndns2
|
||||||
|
# server=dns.glauca.digital
|
||||||
|
# login=
|
||||||
|
# password=
|
||||||
|
# hello.vulpecula.zone
|
||||||
|
# '';
|
||||||
|
# };
|
||||||
|
|
||||||
|
# services.nginx.enable = true;
|
||||||
|
# services.nginx.virtualHosts."test.vulpecula.zone" = {
|
||||||
|
# # addSSL = true;
|
||||||
|
# # enableACME = true;
|
||||||
|
# root = "/www";
|
||||||
|
# };
|
||||||
|
# security.acme = {
|
||||||
|
# acceptTerms = true;
|
||||||
|
# defaults.email = "tasiaiso@proton.me";
|
||||||
|
# };
|
||||||
|
|
||||||
|
|
||||||
# services.grafana = {
|
# services.grafana = {
|
||||||
# enable = false;
|
# enable = false;
|
||||||
# settings.server = {
|
# settings.server = {
|
||||||
|
@ -202,14 +242,18 @@ in {
|
||||||
# # mailerPasswordFile = config.age.secrets.forgejo-mailer-password.path;
|
# # mailerPasswordFile = config.age.secrets.forgejo-mailer-password.path;
|
||||||
# };
|
# };
|
||||||
|
|
||||||
# services.uptime-kuma.enable = true;
|
services.uptime-kuma.enable = true;
|
||||||
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
"olm-3.2.16"
|
||||||
|
# "electron-27.3.11"
|
||||||
|
];
|
||||||
|
|
||||||
# services.mattermost = {
|
# services.mattermost = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
# siteUrl = "https://mattermost.example.com"; # Set this to the URL you will be hosting the site on.
|
# siteUrl = "https://mattermost.example.com"; # Set this to the URL you will be hosting the site on.
|
||||||
# };
|
# };
|
||||||
|
|
||||||
# todo: ci runner
|
# todo: ci runner
|
||||||
|
|
||||||
# services.ollama = {
|
# services.ollama = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
|
|
Loading…
Reference in a new issue