many changes

This commit is contained in:
Dominik Polakovics Polakovics 2024-09-03 14:47:06 +02:00
parent fb32b88798
commit 92099bd1e9
44 changed files with 900 additions and 658 deletions

View file

@ -1,4 +1,4 @@
{ ... }: {
{ pkgs, ... }: {
imports = [
./utils/bento.nix
./utils/modules/sops.nix
@ -55,6 +55,11 @@
"openssl-1.1.1w"
];
environment.systemPackages = with pkgs; [
wkhtmltopdf-bin
];
time.timeZone = "Europe/Vienna";
services.logind.extraConfig = "RuntimeDirectorySize=2G";