nixos module

This commit is contained in:
Polen 2026-04-02 11:42:32 -04:00
parent 2057a1cd48
commit 60aa3ad422
2 changed files with 72 additions and 1 deletions

View file

@ -27,5 +27,7 @@
vendorHash = null; # Will need updating after go mod tidy
};
}
);
) // {
nixosModules.default = import ./nixos-module.nix { inherit self; };
};
}