This commit is contained in:
iFargle 2023-07-01 18:39:31 +09:00
parent ff4a23662f
commit dbe9ad08da

View file

@ -53,7 +53,7 @@
# NixOS Configuration files:
nixosConfigurations = {
# Declare the configuration for my laptop
nixos = lib.nixosSystem {
${hostname} = lib.nixosSystem {
inherit system;
modules = [
{ _module.args = inputs; }