This commit is contained in:
iFargle 2023-07-04 20:12:33 +09:00
parent 154c6fbe1c
commit 52a1c4046a

View file

@ -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: