add system palatine-hill

This commit is contained in:
Dennis Wuitz
2023-12-23 07:39:10 +01:00
parent 75405396d2
commit f2c3f279d5
4 changed files with 180 additions and 3 deletions

View File

@ -1,7 +1,6 @@
{ pkgs, lib, config, ... }:
let
in {
time.timeZone = "UTC";
i18n = {
defaultLocale = "en_US.utf8";
@ -11,7 +10,6 @@ in {
];
};
console.keyMap = "de";
networking.firewall.allowedTCPPorts = [ 22 ];