test
This commit is contained in:
parent
c25e614e1c
commit
94568f983e
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# NixOS Configuration files:
|
# NixOS Configuration files:
|
||||||
networking.hostname = ${hostname};
|
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