This commit is contained in:
Philipp Hochkamp 2022-10-04 20:30:42 +02:00
parent 8b13ef95c8
commit 69a99fc934
3 changed files with 4 additions and 1 deletions

View file

@ -33,6 +33,7 @@ in
in
builtins.mapAttrs (n: v: { target = "backup/${n}"; source = v; sendOptions = "w"; }) datasets;
programs.mosh.enable = true;
security.sudo.wheelNeedsPassword = false;
networking.useDHCP = true;
networking.bridges."br0".interfaces = [ ];