# NixOS configuration of carotte.sourcephile.fr { inputs, hostName, ... }: { 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 ]; }