This commit is contained in:
Agatha Lovelace 2024-11-22 17:01:30 +01:00
parent 518c89795b
commit 0d1378aa0d
Signed by: sorceress
GPG Key ID: 01D0B3AB10CED4F8
4 changed files with 1 additions and 20 deletions

View File

@ -1,7 +1,6 @@
{ pkgs, config, lib, ... }: { pkgs, config, lib, ... }:
let let
rsyncSSHKeys = config.users.users.agatha.openssh.authorizedKeys.keys rsyncSSHKeys = config.users.users.agatha.openssh.authorizedKeys.keys;
++ config.users.users.julia.openssh.authorizedKeys.keys;
jre8 = pkgs.temurin-bin-8; jre8 = pkgs.temurin-bin-8;
jre17 = pkgs.temurin-bin-17; jre17 = pkgs.temurin-bin-17;

View File

@ -1,16 +0,0 @@
{ config, pkgs, ... }: {
users.users = {
julia = {
isNormalUser = true;
extraGroups = [ "wheel" ];
shell = pkgs.fish;
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIa/G3M13aVJpOIX8U/5duiGiNNGmM88/0k0+o0EUGRI cardno:20 876 680"
];
};
};
users.users.root.openssh.authorizedKeys.keys =
config.users.users.julia.openssh.authorizedKeys.keys;
}

View File

@ -1,7 +1,6 @@
{ config, pkgs, lib, ... }: { { config, pkgs, lib, ... }: {
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix
../../common/users/julia.nix
../../common/fragments/bin.nix ../../common/fragments/bin.nix
../../common/fragments/fail2ban.nix ../../common/fragments/fail2ban.nix
../../common/fragments/frq-friend.nix ../../common/fragments/frq-friend.nix

View File

@ -1,7 +1,6 @@
{ {
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix
../../common/users/julia.nix
../../common/home_manager/common.nix ../../common/home_manager/common.nix
../../common/fragments/home-assistant.nix ../../common/fragments/home-assistant.nix
../../common/fragments/sponsorblock.nix ../../common/fragments/sponsorblock.nix