hosts/sakopc: test agenix
This commit is contained in:
parent
61e6471c67
commit
3e2ab3a3a0
1 changed files with 7 additions and 8 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue