This commit is contained in:
iFargle 2023-07-02 19:17:32 +09:00
parent 7bcaa4b031
commit 7754e994b0

View file

@ -28,7 +28,7 @@
}; };
outputs = { nixpkgs, unstable, home-manager, lanzaboote, moz_overlay, nur, sops-nix, ... }@inputs: outputs = { stable-nixpkgs, unstable-nixpkgs, home-manager, lanzaboote, moz_overlay, nur, sops-nix, ... }@inputs:
let let
# Variables - Remember to set these # Variables - Remember to set these
hostname = "nixos-laptop"; hostname = "nixos-laptop";
@ -44,7 +44,7 @@
config = { allowUnfree = true; }; config = { allowUnfree = true; };
}; };
lib = nixpkgs.lib; lib = stable-nixpkgs.lib;
in { in {
# NixOS Configuration files: # NixOS Configuration files:
nixosConfigurations = { nixosConfigurations = {