add mini config after reinstall

This commit is contained in:
Christoph Cullmann 2023-06-09 19:25:10 +02:00
parent 5b51acfa79
commit 02b2fd3a7b
2 changed files with 43 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# 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).
# and in the NixOS manual (accessible by running `nixos-help`).
{ config, pkgs, ... }:
@ -11,10 +11,9 @@
./hardware-configuration.nix
# Shared config of all machines
/home/cullmann/install/nixos/common.nix
/data/nixos/common.nix
];
# host name & id
# host name
networking.hostName = "mini";
networking.hostId = "db461356";
}