remote builds work!

This commit is contained in:
2025-08-23 12:14:50 -05:00
parent c9354ed128
commit 15e292c5f9

View File

@@ -61,12 +61,6 @@
networking.hostName = lib.mkDefault config.sysconfig.host; networking.hostName = lib.mkDefault config.sysconfig.host;
environment.systemPackages = with pkgs; [
sl
];
programs.bash.completion.enable = true;
nix = { nix = {
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ]; nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
channel.enable = false; channel.enable = false;