add headscale and syncthing

This commit is contained in:
waveringana 2025-07-01 16:58:02 -04:00
parent d90ad7fbc5
commit cfa997a852
9 changed files with 533 additions and 29 deletions

View file

@ -1,7 +1,7 @@
# flake.nix
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixos-hardware.url = "github:nixos/nixos-hardware/master";
lix-module = {
@ -64,6 +64,8 @@
system = "x86_64-linux";
};
}
{ imports = builtins.attrValues nixosModules; }
];
};