From 365e05bda19d4e721f633a2a1c9440ad3017598b Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Wed, 15 Feb 2023 21:19:56 +0100 Subject: liku dead, mini alive --- mini/configuration.nix | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 mini/configuration.nix (limited to 'mini/configuration.nix') diff --git a/mini/configuration.nix b/mini/configuration.nix new file mode 100644 index 0000000..6cf1e4a --- /dev/null +++ b/mini/configuration.nix @@ -0,0 +1,20 @@ +# Edit this configuration file to define what should be installed on +# your system. Help is available in the configuration.nix(5) man page +# and in the NixOS manual (accessible by running ‘nixos-help’). + +{ config, pkgs, ... }: + +{ + imports = + [ + # Include the results of the hardware scan. + ./hardware-configuration.nix + + # Shared config of all machines + /home/cullmann/install/nixos/common.nix + ]; + + # host name & id + networking.hostName = "mini"; + networking.hostId = "db461356"; +} -- cgit v1.2.3