formatting changes

This commit is contained in:
jacekpoz 2024-07-16 08:07:53 +02:00
parent 70c30d0785
commit 0e43ad825b
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8
9 changed files with 15 additions and 15 deletions

View file

@ -13,7 +13,7 @@ in {
extraGroups = [ "docker" ];
};
services.caddy = let
services.caddy = let
redirToFlake = ''
redir https://git.jacekpoz.pl/jacekpoz/niksos
'';

View file

@ -2,7 +2,7 @@
inputs,
pkgs,
...
}: let
}: let
port = 6167;
in {
environment.systemPackages = with pkgs; [ mautrix-discord ];

View file

@ -2,7 +2,7 @@
config,
pkgs,
...
}: let
}: let
domain = "ffsync.jacekpoz.pl";
in {
age.secrets.firefox-syncserver-secrets.file = ../../../secrets/firefox-syncserver-secrets.age;

View file

@ -15,6 +15,6 @@
'';
};
networking.firewall.allowedTCPPorts = [ 80 443 ]
networking.firewall.allowedTCPPorts = [ 80 443 ]
++ [ config.services.owncast.rtmp-port ];
}

View file

@ -53,5 +53,5 @@
reverse_proxy * localhost:9902
}
'';
};
};
}

View file

@ -1,12 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta property="og:image" content="/trollface.png">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<meta charset="utf-8" />
<meta property="og:image" content="/trollface.png" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<title>trolled !!!</title>
</head>
<body>
<img src="./trollface.png">
<img src="./trollface.png" />
</body>
</html>

View file

@ -15,7 +15,7 @@
inherit (lib.attrsets) mapAttrsToList;
isAmdGpuPresent = elem "amdgpu" config.boot.initrd.kernelModules;
smwPresent = elem inputs.split-monitor-workspaces.packages.${pkgs.system}.split-monitor-workspaces cfg.extraPlugins;
foot' = inputs.nixpkgs-wayland.packages.${pkgs.system}.foot;
@ -120,9 +120,9 @@ in {
SDL_VIDEODRIVER = "wayland";
_JAVA_AWT_WM_NONEREPARENTING = "1";
CLUTTER_BACKEND = "wayland";
GDK_BACKEND = "wayland";
QT_QPA_PLATFORM = "wayland";
@ -459,7 +459,7 @@ in {
movefocus_cycles_fullscreen = false;
};
exec-once = let
exec-once = let
# https://wiki.hyprland.org/IPC/#how-to-use-socket2-with-bash
handle_hyprland_events = pkgs.writeShellScript "handle_hyprland_events" ''
#!/bin/sh

View file

@ -11,7 +11,7 @@
inherit (inputs.hyprland.packages.${pkgs.system}) hyprland;
hyprctl = getExe' hyprland "hyprctl";
in{
in {
enable = true;
powerDownCommands = ''
${mpc} pause

View file

@ -1,4 +1,4 @@
let
let
niks_user = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEn27EWjZsUbvMVB4ZclriSWq8wa5bxe33pMWTlPriyQ";
chmura_user = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAGwssK9tuGPxhbcCypQjm0NBJ5JwS+iG1IIfiAkgzVH";
del_user = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPnqPo7v9oHTWt0kBUm8rsm2rvX+KJ4nMifiK9KafJoT";