From f903e665db1a9df3ec4684dd212e6e9b4a780cdf Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 21 Nov 2024 21:02:58 +0100 Subject: [PATCH] Sif: hyprland scale + bertof ssh key --- modules/hm/hyprland.nix | 2 ++ modules/nixos/users/bertof.nix | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index 55f1321..5c50f5e 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -102,6 +102,8 @@ in ] ++ lib.lists.optionals (nixosConfig.networking.hostName == "odin") [ "eDP-1,preferred,320x1440,1" "DP-1,preferred,0x0,1" + ] ++ lib.lists.optionals (nixosConfig.networking.hostName == "sif") [ + "eDP-1,preferred,0x0,1.666667" ]; misc.disable_hyprland_logo = true; diff --git a/modules/nixos/users/bertof.nix b/modules/nixos/users/bertof.nix index a6dd8a3..214ee91 100644 --- a/modules/nixos/users/bertof.nix +++ b/modules/nixos/users/bertof.nix @@ -15,7 +15,7 @@ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKT+D5QE4TkgoKw5IvSYpvnvIIRM87RBePHce1Aaz3xJ bertof@thor" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKbG791lSOl8Rqoy+KkdKiOJnOMRg02+HZ/VrlrWMYAX bertof@baldur" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFviqAN0S+wZ5BQRpWpmsrkduPox3L4C7iLlCOQk7+pE bertof@loki" - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAg2XYk1zynb713ky1JRcmXMCbuEt41AoIEemtmvgV7p bertof@freya" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFWnGoScIwOUQurZx8j0Y18nxdUJ3/gNyP5vleKkS/00 bertof@sif" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKobKuuJCoQ7gj/NeE57wfSg/Qs4X3osw9xXook3PMAP bertof@extra" ]; };