[shared] Refactor systems

This commit is contained in:
2025-10-14 20:03:28 +02:00
parent 7cbab15cc9
commit af54dea18a
5 changed files with 141 additions and 156 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, systemConfig, ... }:
{ pkgs, hostName, ... }:
{
environment.systemPackages = with pkgs; [
@@ -7,7 +7,7 @@
networking = {
networkmanager.enable = true;
hostName = systemConfig.hostName;
hostName = hostName;
};
programs.ssh.enableAskPassword = false;