many changes
This commit is contained in:
parent
fb32b88798
commit
92099bd1e9
44 changed files with 900 additions and 658 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue