test
This commit is contained in:
parent
ff4a23662f
commit
dbe9ad08da
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
||||||
# NixOS Configuration files:
|
# NixOS Configuration files:
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
# Declare the configuration for my laptop
|
# Declare the configuration for my laptop
|
||||||
nixos = lib.nixosSystem {
|
${hostname} = lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
modules = [
|
modules = [
|
||||||
{ _module.args = inputs; }
|
{ _module.args = inputs; }
|
||||||
|
|
Loading…
Reference in a new issue