[shared] Added ssh config for desktop. Justfile to get pub ssh

This commit is contained in:
2025-05-15 21:14:05 +02:00
parent 48ff2cdfd2
commit 55f7a37aaa
4 changed files with 19 additions and 1 deletions

View File

@ -5,7 +5,7 @@ in
{
users.users.${username} = {
isNormalUser = true;
hashedPasswordFile = config.sops.secrets.password.path;
hashedPasswordFile = config.sops.secrets.password-hash.path;
description = username;
extraGroups = [
"networkmanager"