mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-04 13:56:19 +02:00
cleanup and update changes
This commit is contained in:
parent
1b76968b00
commit
031a2004f3
4 changed files with 7 additions and 15 deletions
|
@ -35,13 +35,10 @@
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
vim
|
vim
|
||||||
wget
|
|
||||||
htop-vim
|
htop-vim
|
||||||
helix
|
helix
|
||||||
lsof
|
lsof
|
||||||
python3
|
python3
|
||||||
php
|
|
||||||
phpPackages.composer
|
|
||||||
];
|
];
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -60,10 +57,6 @@
|
||||||
};
|
};
|
||||||
services.journald.enableHttpGateway = true;
|
services.journald.enableHttpGateway = true;
|
||||||
programs.mosh.enable = true;
|
programs.mosh.enable = true;
|
||||||
security = {
|
|
||||||
audit.enable = true;
|
|
||||||
auditd.enable = true;
|
|
||||||
};
|
|
||||||
users.users.root.openssh.authorizedKeys.keyFiles = [
|
users.users.root.openssh.authorizedKeys.keyFiles = [
|
||||||
../../keys/ssh/rouven-thinkpad
|
../../keys/ssh/rouven-thinkpad
|
||||||
../../keys/ssh/rouven-pixel
|
../../keys/ssh/rouven-pixel
|
||||||
|
|
|
@ -43,13 +43,13 @@ in
|
||||||
}];
|
}];
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
sliding-sync = {
|
};
|
||||||
enable = true;
|
matrix-sliding-sync = {
|
||||||
settings = {
|
enable = true;
|
||||||
SYNCV3_SERVER = "https://${domain}";
|
settings = {
|
||||||
};
|
SYNCV3_SERVER = "https://${domain}";
|
||||||
environmentFile = config.age.secrets."matrix/sync".path;
|
|
||||||
};
|
};
|
||||||
|
environmentFile = config.age.secrets."matrix/sync".path;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,6 @@
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
vim
|
vim
|
||||||
wget
|
|
||||||
htop-vim
|
htop-vim
|
||||||
];
|
];
|
||||||
programs.git = {
|
programs.git = {
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableSystemSlice = true;
|
enableSystemSlice = true;
|
||||||
enableRootSlice = true;
|
enableRootSlice = true;
|
||||||
enableUserServices = true;
|
enableUserSlices = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue