working helix module

This commit is contained in:
Charlie Root 2024-11-06 00:11:11 +01:00
commit 0f337213dc
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
4 changed files with 68 additions and 45 deletions

View file

@ -28,6 +28,9 @@ inputs: let
modules = concatLists [
# This is used to pre-emptively set the hostPlatform for nixpkgs.
# Also, we set the system hostname here.
[
self.nixosModules.user
]
(singleton {
networking.hostName = args.hostname;
nixpkgs.hostPlatform = mkDefault args.system;