nixos

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

default.nix (114B)


      1 {...}: {
      2 	imports = [
      3 		./caddy/.
      4 		./matrix-continuwuity/.
      5 		./openssh/.
      6 		./timesyncd/.
      7 		./vaultwarden/.
      8 	];
      9 }