Compare commits

..

No commits in common. "23c472e0fcd569642595b68bf4167eac9af7f233" and "ee7670c7ddb1cdac8f6fb8fd6de871cdf8820729" have entirely different histories.

View file

@ -103,16 +103,6 @@
./hosts/hedgedoc ./hosts/hedgedoc
]; ];
}; };
nixosConfigurations."sql" = nixpkgs.lib.nixosSystem {
#system = "x86_64-linux";
#pkgs = import nixpkgs { inherit system; };
inherit system;
modules = [
agenix.nixosModules.default
{ environment.systemPackages = [ (agenix.packages.${system}.default) ]; }
./hosts/sql
];
};
}; };
#); #);
} }