hm refactor

This commit is contained in:
2025-12-30 12:42:54 +03:00
parent 6164c8c848
commit 7dd92c999c
4 changed files with 59 additions and 59 deletions
-1
View File
@@ -22,7 +22,6 @@ let
self.homeConfigurations.default.nixosModule # default homeConfigurations
disko.nixosModules.disko # disko module
];
_module.args = {
inputs = inputs;
xlib = config.xlib;
+1 -1
View File
@@ -15,7 +15,7 @@
substituters = [
"https://nixos-cache-proxy.cofob.dev" # https://gist.github.com/cofob/9b1fd205e6d961a45c225ae9f0af1394
"https://nixos-cache-proxy.elxreno.com"
"https://nix-community.cachix.org"
"https://nix-community.cachix.org"
# "https://cache.nixos.org"
# "https://nixos-cache-proxy.sweetdogs.ru"
#"https://nixos.snix.store" # https://nixos.snix.store/
+8 -2
View File
@@ -11,8 +11,14 @@
};
networking.firewall = {
allowedTCPPorts = [ 8443 9443 ];
allowedUDPPorts = [ 8443 9443 ];
allowedTCPPorts = [
8443
9443
];
allowedUDPPorts = [
8443
9443
];
};
environment.systemPackages = [ pkgs.xray ];