minor fixes

This commit is contained in:
Dmitriy Kholkin 2024-02-06 20:23:25 +03:00
parent 7267de08d6
commit c75d2092f6
Signed by: AtaraxiaDev
GPG Key ID: FD266B810DF48DF2
5 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# TODO
* move nginx config to respective profiles
* ocis confid and metadata backup (take zfs snapshot and backup it)
* grafana for all services
* move some profiles to modules (like vpn.nix)
* use sops for all occurrences of hashedPassword

View File

@ -10,7 +10,6 @@
customModules.devices
customModules.libvirt-guests
customModules.persist
customModules.rustic
customModules.users
customProfiles.hardened

View File

@ -6,6 +6,7 @@ let
nginx-conf = config.sops.secrets."nginx.conf".path;
marzban-env = config.sops.secrets.marzban.path;
in {
imports = [ inputs.ataraxiasjel-nur.nixosModules.ocis ];
networking.firewall.allowedTCPPorts = [ 80 443 ];
sops.secrets = let

View File

@ -277,6 +277,7 @@ in with config.deviceSpecific; with lib; {
windowrule=opaque,virt-manager
windowrulev2=opaque,class:^(.*winbox64.exe)$
windowrulev2=tile,class:^(.*winbox64.exe)$
windowrulev2=tile,class:^(starrail.exe)$
windowrule=opaque,.*jellyfin.*
'' ''

View File

@ -15,6 +15,7 @@ with config.deviceSpecific; {
services.gvfs.enable = !isServer;
services.upower.enable = isLaptop;
xdg.portal.enable = true;
xdg.portal.config.common.default = "*";
xdg.portal.xdgOpenUsePortal = true;
home-manager.users.${config.mainuser} = {