Add my username to trusted nix users
Add attic client Use BBR as TCP congestion control algorithm
This commit is contained in:
parent
2ac437d742
commit
07538a39d1
4 changed files with 8 additions and 1 deletions
|
@ -53,6 +53,7 @@
|
|||
sops
|
||||
nmap
|
||||
unstable.devenv
|
||||
unstable.attic-client
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ config, ... }: {
|
||||
config = {
|
||||
services.syncthing.enable = true;
|
||||
xdg.userDirs.music = "${config.home.homeDirectory}/sync/Music";
|
||||
|
||||
homeage.file."syncthing-key.pem" = {
|
||||
source = ../../secrets/syncthing-key.pem.age;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue