changes: remove zellij from default modules
This commit is contained in:
parent
7fcf26263a
commit
d1f25b377f
14 changed files with 131 additions and 38 deletions
|
|
@ -1,10 +1,6 @@
|
|||
{ hostname }:
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
inputs,
|
||||
system,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
|
@ -40,6 +36,12 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
services.journald.extraConfig = ''
|
||||
SystemMaxUse=10G
|
||||
SystemKeepFree=100M
|
||||
MaxFileSec=1month
|
||||
'';
|
||||
|
||||
imports = [
|
||||
./common
|
||||
./home
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue