Compare commits

..

2 Commits

Author SHA1 Message Date
15e292c5f9 remote builds work! 2025-08-23 12:14:50 -05:00
c9354ed128 test 2025-08-23 11:58:48 -05:00

View File

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