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

@ -78,6 +78,7 @@ in
};
home.packages = with pkgs; [
terraform-ls
mosh
terraform
cmake

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 = [ ];

View file

@ -114,6 +114,7 @@
})
];
services.xynoblog.enable = true;
programs.mosh.enable = true;
ragon = {
cli.enable = true;
user.enable = true;