test
This commit is contained in:
parent
7a16a59ab2
commit
c25e614e1c
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# INFORMATION
|
# INFORMATION
|
||||||
# When building for a system, remember to change the hostname variable below
|
# When building for a system, remember to change the hostname variable below
|
||||||
|
|
||||||
description = "NixOS System Config";
|
description = "NixOS System Config";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
|
@ -49,6 +49,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# NixOS Configuration files:
|
# NixOS Configuration files:
|
||||||
|
networking.hostname = ${hostname};
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
# Declare the configuration for "nixos-laptop":
|
# Declare the configuration for "nixos-laptop":
|
||||||
nixos-laptop = lib.nixosSystem {
|
nixos-laptop = lib.nixosSystem {
|
||||||
|
|
Loading…
Reference in a new issue