test
This commit is contained in:
parent
7bcaa4b031
commit
7754e994b0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
# Variables - Remember to set these
|
||||
hostname = "nixos-laptop";
|
||||
|
@ -44,7 +44,7 @@
|
|||
config = { allowUnfree = true; };
|
||||
};
|
||||
|
||||
lib = nixpkgs.lib;
|
||||
lib = stable-nixpkgs.lib;
|
||||
in {
|
||||
# NixOS Configuration files:
|
||||
nixosConfigurations = {
|
||||
|
|
Loading…
Reference in a new issue