From 3e2ab3a3a0326596c611e9b3c6b6fb148e55f250 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:57:09 +0400 Subject: [PATCH] hosts/sakopc: test agenix --- hosts/sakopc/configuration.nix | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/hosts/sakopc/configuration.nix b/hosts/sakopc/configuration.nix index 5438a124..69a9c2dc 100644 --- a/hosts/sakopc/configuration.nix +++ b/hosts/sakopc/configuration.nix @@ -1,10 +1,4 @@ -{ - config, pkgs, - lib, - inputs, - outputs, - ... -}: { +{ config, pkgs, lib, inputs, outputs, ... }: { imports = [ # Hardware Configuration # TODO:: Add this back once generated!!!!!!! @@ -123,9 +117,14 @@ # fuck you AOC # my monitor only works on 240hz now services.xserver.displayManager.setupCommands = '' - ${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 services.xserver.dpi = 100;