cleanup and update changes

This commit is contained in:
Rouven Seifert 2024-01-04 00:13:32 +01:00
parent 1b76968b00
commit 031a2004f3
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
4 changed files with 7 additions and 15 deletions

View file

@ -35,13 +35,10 @@
environment.systemPackages = with pkgs; [
vim
wget
htop-vim
helix
lsof
python3
php
phpPackages.composer
];
programs.git = {
enable = true;
@ -60,10 +57,6 @@
};
services.journald.enableHttpGateway = true;
programs.mosh.enable = true;
security = {
audit.enable = true;
auditd.enable = true;
};
users.users.root.openssh.authorizedKeys.keyFiles = [
../../keys/ssh/rouven-thinkpad
../../keys/ssh/rouven-pixel

View file

@ -43,13 +43,13 @@ in
}];
}];
};
sliding-sync = {
enable = true;
settings = {
SYNCV3_SERVER = "https://${domain}";
};
environmentFile = config.age.secrets."matrix/sync".path;
};
matrix-sliding-sync = {
enable = true;
settings = {
SYNCV3_SERVER = "https://${domain}";
};
environmentFile = config.age.secrets."matrix/sync".path;
};

View file

@ -31,7 +31,6 @@
environment.systemPackages = with pkgs; [
vim
wget
htop-vim
];
programs.git = {

View file

@ -11,7 +11,7 @@
enable = true;
enableSystemSlice = true;
enableRootSlice = true;
enableUserServices = true;
enableUserSlices = true;
};
};