test
This commit is contained in:
parent
154c6fbe1c
commit
52a1c4046a
1 changed files with 2 additions and 6 deletions
|
@ -21,10 +21,10 @@
|
|||
|
||||
# Encrypted secrets in Nix configuration files
|
||||
# https://github.com/Mic92/sops-nix
|
||||
sops-nix-git.url = "github:Mic92/sops-nix";
|
||||
sops-nix.url = "github:Mic92/sops-nix";
|
||||
};
|
||||
|
||||
outputs = { stable-nixpkgs, unstable-nixpkgs, home-manager, lanzaboote, nur, sops-nix-git, ... }@inputs:
|
||||
outputs = { stable-nixpkgs, unstable-nixpkgs, home-manager, lanzaboote, nur, sops-nix, ... }@inputs:
|
||||
let
|
||||
# Variables - Remember to set these
|
||||
hostname = "nixos-laptop";
|
||||
|
@ -40,10 +40,6 @@
|
|||
config = { allowUnfree = true; };
|
||||
};
|
||||
|
||||
sops-nix = import sops-nix-git {
|
||||
inherit system;
|
||||
};
|
||||
|
||||
lib = stable-nixpkgs.lib;
|
||||
in {
|
||||
# NixOS Configuration files:
|
||||
|
|
Loading…
Reference in a new issue