This commit is contained in:
iFargle 2023-07-02 19:27:05 +09:00
parent 30db70c50d
commit a0eb715330
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }: {
{ config, pkgs, unstable, ... }: {
services.xserver = {
# Enable the GNOME Desktop Environment.
displayManager.gdm.enable = true;

View file

@ -52,7 +52,7 @@
# Declare a generic configuration using the $hostname variable:
${hostname} = lib.nixosSystem {
inherit system;
specialArgs = { inherit inputs; };
specialArgs = { inherit unstable; };
modules = [
# Configuration Imports
./hosts/${hostname}/hardware-configuration.nix # Hardware Configuration