hosts/sakopc: test agenix

This commit is contained in:
Sakooooo 2024-10-02 16:57:09 +04:00
parent 61e6471c67
commit 3e2ab3a3a0
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -1,10 +1,4 @@
{ { config, pkgs, lib, inputs, outputs, ... }: {
config, pkgs,
lib,
inputs,
outputs,
...
}: {
imports = [ imports = [
# Hardware Configuration # Hardware Configuration
# TODO:: Add this back once generated!!!!!!! # TODO:: Add this back once generated!!!!!!!
@ -126,6 +120,11 @@
${pkgs.xorg.xrandr}/bin/xrandr --output DP-0 --mode 1920x1080 --rate 239.96 --primary --output HDMI-0 --mode 1920x1080 --left-of DP-0 ${pkgs.xorg.xrandr}/bin/xrandr --output DP-0 --mode 1920x1080 --rate 239.96 --primary --output HDMI-0 --mode 1920x1080 --left-of DP-0
''; '';
# secrets
age.identityPaths = [ "/home/sako/.ssh/id_ed25519" ];
age.secrets.test.file = ../../secrets/test.age;
# lol # lol
services.xserver.dpi = 100; services.xserver.dpi = 100;