feat(justyna-p300,steveej-t14): add some packages

This commit is contained in:
steveej 2023-07-22 13:27:44 +02:00
parent c44a92aa1b
commit f693b91c72
3 changed files with 11 additions and 0 deletions

View file

@ -4,6 +4,7 @@
config,
...
}: let
passwords = import ../../../variables/passwords.crypt.nix;
in {
networking.firewall.enable = true;
networking.firewall.allowedTCPPorts = [
@ -20,6 +21,8 @@ in {
sudo.fprintAuth = true;
};
time.timeZone = lib.mkForce passwords.timeZone.justyna;
services = {
xserver = {
layout = lib.mkForce "de";