# NixOS configuration of carotte.sourcephile.fr { inputs, hostName, lib, ... }: { #nixpkgs.crossSystem = lib.systems.examples.armv7l-hf-multiplatform; nixpkgs.buildPlatform = { system = "x86_64-linux"; config = "x86_64-unknown-linux-gnu"; }; nixpkgs.hostPlatform = { system = "armv7l-linux"; config = "armv7l-unknown-linux-gnueabihf"; }; imports = [ { install.substituteOnDestination = false; } (inputs.julm-nix + "/nixos/profiles/builder.nix") (inputs.julm-nix + "/nixos/profiles/lang-fr.nix") (inputs.julm-nix + "/nixos/profiles/networking/remote.nix") #../nixos/profiles/systems/debug.nix #carotte/fileSystems.nix carotte/hardware.nix #carotte/hostapd.nix carotte/networking.nix carotte/security.nix carotte/system.nix carotte/users.nix #(inputs.secrets + "/hosts/${hostName}/users.nix") #carotte/xserver.nix ]; }