add backups + fix appservice-irc media proxy
This commit is contained in:
parent
d672a1d1ee
commit
8129b26c4c
14 changed files with 214 additions and 8 deletions
|
@ -6,6 +6,8 @@
|
|||
../pubkeys/jeltz.keys
|
||||
];
|
||||
|
||||
backups.directories = [ "/root" ];
|
||||
|
||||
nix.package = lib.mkDefault pkgs.lix;
|
||||
|
||||
users.motd = (builtins.readFile ./federez.motd);
|
||||
|
@ -49,7 +51,6 @@
|
|||
"net.ipv4.tcp_fastopen" = 3;
|
||||
};
|
||||
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.htop
|
||||
pkgs.kitty.terminfo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue