more stuff

This commit is contained in:
Tasia Iso 2025-01-28 10:01:25 +01:00
parent fd299a4d39
commit cf0a10ece3
5 changed files with 31 additions and 2 deletions

View file

@ -37,7 +37,7 @@
Isopropyl = { Isopropyl = {
connection = { connection = {
id = "Isopropyl"; id = "Isopropyl_sec_notrack";
type = "wifi"; type = "wifi";
}; };
ipv4 = { ipv4 = {
@ -49,7 +49,7 @@
}; };
wifi = { wifi = {
mode = "infrastructure"; mode = "infrastructure";
ssid = "Isopropyl_notrack"; ssid = "Isopropyl_sec_notrack";
}; };
wifi-security = { wifi-security = {
key-mgmt = "wpa-psk"; key-mgmt = "wpa-psk";

View file

@ -34,6 +34,9 @@
allow id 1050:0407 serial "" name "YubiKey OTP+FIDO+CCID" allow id 1050:0407 serial "" name "YubiKey OTP+FIDO+CCID"
allow id 0bda:2838 serial "00000001" name "Blog V4" allow id 0bda:2838 serial "00000001" name "Blog V4"
# cave bluetooth
allow id 8087:0029 serial "" name "" hash "ATK8pCmQtUYaUnwqUVuYssrOMkW8pdCSdZO4OC6zEtg="
''; '';
}; };
} }

View file

@ -168,6 +168,16 @@ in {
wrapperFeatures.gtk = true; wrapperFeatures.gtk = true;
}; };
# services.radicle.enable = true;
# services.radicle.privateKeyFile = /home/tasia/.radicle/keys/radicle;
# services.radicle.publicKey = /home/tasia/.radicle/keys/radicle.pub;
# services.radicle.settings = {
# web.pinned.repositories = [
# "rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5" # heartwood
# "rad:z3trNYnLWS11cJWC6BbxDs5niGo82" # rips
# ];
# };
hardware.rtl-sdr.enable = true; hardware.rtl-sdr.enable = true;
users.users.tasia.extraGroups = ["plugdev"]; users.users.tasia.extraGroups = ["plugdev"];

View file

@ -0,0 +1,7 @@
{config, ...}: {
# services.nginx.virtualHosts."wallabag.vulpecula.zone" = {
# addSSL = true;
# enableACME = true;
# locations."/".proxyPass = "http://localhost:62106";
# };
}

View file

@ -0,0 +1,9 @@
{inputs, ...}: {
services.nginx.virtualHosts."vault.vulpecula.zone" = {
addSSL = true;
enableACME = true;
# root = ;
};
services.vaultwarden.enable = true;
}