[shared] Refactor systems
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user