mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
hm refactor
This commit is contained in:
@@ -22,7 +22,6 @@ let
|
||||
self.homeConfigurations.default.nixosModule # default homeConfigurations
|
||||
disko.nixosModules.disko # disko module
|
||||
];
|
||||
|
||||
_module.args = {
|
||||
inputs = inputs;
|
||||
xlib = config.xlib;
|
||||
|
||||
@@ -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/
|
||||
|
||||
@@ -11,8 +11,14 @@
|
||||
};
|
||||
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [ 8443 9443 ];
|
||||
allowedUDPPorts = [ 8443 9443 ];
|
||||
allowedTCPPorts = [
|
||||
8443
|
||||
9443
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
8443
|
||||
9443
|
||||
];
|
||||
};
|
||||
|
||||
environment.systemPackages = [ pkgs.xray ];
|
||||
|
||||
Reference in New Issue
Block a user