This commit is contained in:
iFargle 2023-07-01 18:40:59 +09:00
parent dbe9ad08da
commit 24d2bde205

View file

@ -52,14 +52,14 @@
# NixOS Configuration files:
nixosConfigurations = {
# Declare the configuration for my laptop
# Declare a generic configuration using the $hostname variable:
${hostname} = lib.nixosSystem {
inherit system;
modules = [
{ _module.args = inputs; }
# Hardware Configuration
./hosts/${hostname}/hardware-configuration.nix
# Extra options for the host configuration
# Extra options for the host hardware configuration
./hosts/${hostname}/configuration.nix
# SecureBoot Configuration