add mini config after reinstall
This commit is contained in:
parent
5b51acfa79
commit
02b2fd3a7b
2 changed files with 43 additions and 6 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue