templates: remove duplicate logic, update gnome template

This commit is contained in:
Johannes Kirschbauer
2025-07-11 08:57:06 +02:00
committed by a-kenji
parent 31e3a37da4
commit ff41903e47
5 changed files with 45 additions and 32 deletions

View File

@@ -7,14 +7,7 @@
}:
{
imports = [
# Enables the OpenSSH server for remote access
clan-core.clanModules.sshd
# Set a root password
clan-core.clanModules.root-password
clan-core.clanModules.user-password
# You can access other flakes imported in your flake via `self` like this:
# self.inputs.nix-index-database.nixosModules.nix-index
];
# Locale service discovery and mDNS
@@ -32,6 +25,5 @@
"input"
];
uid = 1000;
openssh.authorizedKeys.keys = config.users.users.root.openssh.authorizedKeys.keys;
};
}