Add remote desktop stuff to the desktop profile
This commit is contained in:
parent
c7622bd33f
commit
8b37cd3d2e
7 changed files with 17 additions and 7 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue