commit 75385892779ec5e01ecad8ddb27c00bdaf07623c
parent 2f2009be302806f023bd4f0328e8344c3ae944f7
Author: vin <vin@vineetk.net>
Date: Tue, 4 Feb 2025 19:59:28 -0500
re-indented files
Diffstat:
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/flake.nix b/flake.nix
@@ -2,7 +2,7 @@
description = "my nixos configuration";
inputs = {
-# nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
+ # nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small";
home-manager = {
diff --git a/home.nix b/home.nix
@@ -571,8 +571,8 @@ set-option -sa terminal-features ',*:RGB'
corner-radius = 10;
rounded-corners-exclude = [
- "window_type = 'dock'"
- "window_type = 'desktop'"
+ "window_type = 'dock'"
+ "window_type = 'desktop'"
];
};
@@ -850,7 +850,7 @@ REDIRECT_MAP = {
# Causes an infinite loop if the paste does not exist...
"pastebin.com": _pastebin_redir,
-} # type: typing.Dict[str, typing.Callable[..., typing.Optional[bool]]]
+ } # type: typing.Dict[str, typing.Callable[..., typing.Optional[bool]]]
def int_fn(info: interceptor.Request):
"""Block the given request if necessary."""
diff --git a/hosts/lappy/default.nix b/hosts/lappy/default.nix
@@ -56,8 +56,8 @@
};
firewall = {
-# allowedTCPPorts = [ ];
-# allowedUDPPorts = [ ];
+ # allowedTCPPorts = [ ];
+ # allowedUDPPorts = [ ];
};
wg-quick.interfaces = {