Add given password for hosts/mermet/knot/autogeree.net/lebureau.conf to store.
[sourcephile-nix.git] / hosts / carotte / hardware.nix
index 1d8c9afdcdd1b7d04044c5a371b90e0c77c2ca38..76fb1566b361e9335e1903b825e4d32e559f5b15 100644 (file)
@@ -1,12 +1,13 @@
-{ pkgs, lib, config, inputs, ... }:
+{ inputs, ... }:
 {
-imports = [
-  ../../nixos/profiles/hardware/cubieboard2.nix
-  ../../nixos/profiles/systems/crossCompilation.nix
-  (inputs.julm-nix + "/nixos/profiles/zramSwap.nix")
-];
-# The 32-bit host id of the host, formatted as 8 hexadecimal characters.
-# You should try to make this id unique among your hosts.
-# Manually generated with : head -c4 /dev/urandom | od -A none -t x4 | cut -d ' ' -f 2
-networking.hostId = "f155106a";
+  imports = [
+    ../../nixos/profiles/hardware/cubieboard2.nix
+    ../../nixos/profiles/systems/crossCompilation.nix
+    (inputs.julm-nix + "/nixos/profiles/zramSwap.nix")
+    #(inputs.julm-nix + "/nixos/profiles/zfs.nix")
+  ];
+  # The 32-bit host id of the host, formatted as 8 hexadecimal characters.
+  # You should try to make this id unique among your hosts.
+  # Manually generated with : head -c4 /dev/urandom | od -A none -t x4 | cut -d ' ' -f 2
+  networking.hostId = "f155106a";
 }