Hostname is now a variable

This commit is contained in:
Yorick Barbanneau 2023-09-02 14:47:40 +02:00
parent 4be4b1cc1c
commit 431c99a58e
2 changed files with 3 additions and 2 deletions

View file

@ -16,6 +16,7 @@ in rec {
system = "x86_64-linux";
specialArgs = {
inherit stateVersion;
hostname = "mrmeeseeks";
};
modules = [
./hosts/mrmeeseeks/configuration.nix