@@ -0,0 +1,11 @@
{
description = "Minimal NixOS configuration for syncala hosts";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
outputs = { self, nixpkgs }: {
nixosConfigurations.syncala = nixpkgs.lib.nixosSystem {
modules = [ ./configuration.nix ];
};
}
The note is not visible to the blocked user.