Update + remote build for some deploys

This commit is contained in:
Aleksandr Lebedev 2025-10-22 00:41:33 +02:00
parent 9efd16c34f
commit a2878180cf
4 changed files with 45 additions and 38 deletions

View file

@ -62,7 +62,7 @@
# The name "snowfall-lib" is required due to how Snowfall Lib processes your
# flake's inputs.
snowfall-lib = {
url = "github:KyleKrein/snowfall-lib"; #"git+file:///home/kylekrein/Git/snowfall-lib";
url = "github:anntnzrb/snowfall-lib"; #"git+file:///home/kylekrein/Git/snowfall-lib";
inputs.nixpkgs.follows = "nixpkgs";
};
snowfall-flake = {
@ -125,6 +125,18 @@
"olm-3.2.16"
];
};
# Per-channel config
channels = {
nixpkgs-cuda = {
config = {
allowUnfree = true;
cudaSupport = true;
};
input = inputs.nixpkgs;
};
};
# Use custom channel for specific host
#systems.hosts.kylekrein-framework12.channelName = "nixpkgs-x86_64-v4";
overlays = with inputs; [
emacs-kylekrein.overlays.default
@ -163,7 +175,11 @@
inherit (inputs) self;
overrides = {
user = "root";
stargate.hostname = "kylekrein.com";
stargate = {
hostname = "kylekrein.com";
remoteBuild = true;
};
kylekrein-homepc.remoteBuild = true;
};
exclude = ["kylekrein-wsl-wm" "kylekrein-server"];
};