Add remote desktop stuff to the desktop profile

This commit is contained in:
Bun 2025-07-18 11:57:24 -04:00
parent c7622bd33f
commit 8b37cd3d2e
7 changed files with 17 additions and 7 deletions

View file

@ -1,8 +1,8 @@
{ config, lib, pkgs, ... }:
{
users.users."${config.vars.mainUser}" = {
description = "Aubun Donald";
isNormalUser = true;
createHome = true;
linger = true;
hashedPassword = config.secrets.accPass.main;
openssh.authorizedKeys.keyFiles = [