Add trusted keys muho

This commit is contained in:
muon 2025-01-12 17:37:14 +00:00
parent 7074efe217
commit 85905d6fc7

View file

@ -1,5 +1,11 @@
{ config, lib, pkgs, inputs, system, ... }:
let cfg = config.mods;
let
cfg = config.mods;
keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKEio+Y5wBVD1wILaH2R3wV10FvVjiqy/4gGBWHOITTB muon@muon"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKevYmkH7xvYoquBjnYZ7PJiVqf+GOh9fxAJBN6wZGBB gin4@hi.is"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILmAOd9VbhyJeibt6Vrb101MNTk5W8+rh94Djv/C+pyu muon@muho"
];
in {
# Hardware
imports = [ ./hardware-configuration.nix ../ports.nix ];
@ -35,6 +41,9 @@ in {
services.xserver.windowManager.i3.enable = false;
users.users.muon.openssh.authorizedKeys.keys = keys;
users.users.root.openssh.authorizedKeys.keys = keys;
# Proprietary </3
mods.unfree.steam.enable = false;
mods.unfree.nvidia.enable = false;