summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvin <vin@vineetk.net>2025-02-04 19:59:28 -0500
committervin <vin@vineetk.net>2025-02-04 19:59:28 -0500
commit75385892779ec5e01ecad8ddb27c00bdaf07623c (patch)
treefeb3837f96c1a8c9a73a7d876ad250ee1754a5b4
parent2f2009be302806f023bd4f0328e8344c3ae944f7 (diff)
re-indented files
-rw-r--r--flake.nix2
-rw-r--r--home.nix6
-rw-r--r--hosts/lappy/default.nix4
3 files changed, 6 insertions, 6 deletions
diff --git a/flake.nix b/flake.nix
index cd982c0..1f8f37b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -2,7 +2,7 @@
2 description = "my nixos configuration"; 2 description = "my nixos configuration";
3 3
4 inputs = { 4 inputs = {
5# nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; 5 # nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
6 nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small"; 6 nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small";
7 7
8 home-manager = { 8 home-manager = {
diff --git a/home.nix b/home.nix
index 195a900..3e8263b 100644
--- a/home.nix
+++ b/home.nix
@@ -571,8 +571,8 @@ set-option -sa terminal-features ',*:RGB'
571 571
572 corner-radius = 10; 572 corner-radius = 10;
573 rounded-corners-exclude = [ 573 rounded-corners-exclude = [
574 "window_type = 'dock'" 574 "window_type = 'dock'"
575 "window_type = 'desktop'" 575 "window_type = 'desktop'"
576 ]; 576 ];
577 }; 577 };
578 578
@@ -850,7 +850,7 @@ REDIRECT_MAP = {
850 850
851 # Causes an infinite loop if the paste does not exist... 851 # Causes an infinite loop if the paste does not exist...
852 "pastebin.com": _pastebin_redir, 852 "pastebin.com": _pastebin_redir,
853} # type: typing.Dict[str, typing.Callable[..., typing.Optional[bool]]] 853 } # type: typing.Dict[str, typing.Callable[..., typing.Optional[bool]]]
854 854
855def int_fn(info: interceptor.Request): 855def int_fn(info: interceptor.Request):
856 """Block the given request if necessary.""" 856 """Block the given request if necessary."""
diff --git a/hosts/lappy/default.nix b/hosts/lappy/default.nix
index a033490..21992bf 100644
--- a/hosts/lappy/default.nix
+++ b/hosts/lappy/default.nix
@@ -56,8 +56,8 @@
56 }; 56 };
57 57
58 firewall = { 58 firewall = {
59# allowedTCPPorts = [ ]; 59 # allowedTCPPorts = [ ];
60# allowedUDPPorts = [ ]; 60 # allowedUDPPorts = [ ];
61 }; 61 };
62 62
63 wg-quick.interfaces = { 63 wg-quick.interfaces = {