1 # NixOS configuration of carotte.sourcephile.fr
2 { inputs, hostName, lib, ... }:
4 nixpkgs.buildPlatform = {
5 system = "x86_64-linux";
6 config = "x86_64-unknown-linux-gnu";
8 nixpkgs.hostPlatform = {
9 system = "armv7l-linux";
10 config = "armv7l-unknown-linux-gnueabihf";
14 install.substituteOnDestination = false;
16 #(inputs.julm-nix + "/nixos/profiles/builder.nix")
17 "${inputs.julm-nix}/nixos/profiles/lang-fr.nix"
18 "${inputs.julm-nix}/nixos/profiles/networking/remote.nix"
19 "${inputs.julm-nix}/nixos/profiles/dnscrypt-proxy2.nix"
20 #../nixos/profiles/systems/debug.nix
21 #carotte/fileSystems.nix
27 carotte/networking.nix
31 #(inputs.secrets + "/hosts/${hostName}/users.nix")