]> Git — Sourcephile - sourcephile-nix.git/blob - hosts/carotte/hardware.nix
nix: update inputs
[sourcephile-nix.git] / hosts / carotte / hardware.nix
1 { pkgs, lib, config, inputs, ... }:
2 {
3 imports = [
4 ../../nixos/profiles/hardware/cubieboard2.nix
5 ../../nixos/profiles/systems/crossCompilation.nix
6 (inputs.julm-nix + "/nixos/profiles/zramSwap.nix")
7 ];
8 # The 32-bit host id of the host, formatted as 8 hexadecimal characters.
9 # You should try to make this id unique among your hosts.
10 # Manually generated with : head -c4 /dev/urandom | od -A none -t x4 | cut -d ' ' -f 2
11 networking.hostId = "f155106a";
12 }