switched submodule files to non flake input
This commit is contained in:
parent
ac14a781b2
commit
27b58dc288
10 changed files with 36 additions and 10 deletions
|
@ -5,9 +5,14 @@
|
|||
# base packages
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
|
||||
# encrypt files that contain secreats that I would like to not encrypt
|
||||
# encrypt files that contain secrets that I would like to not encrypt
|
||||
sops-nix.url = "github:Mic92/sops-nix";
|
||||
|
||||
secrets = {
|
||||
url = "git+https://git.jan-leila.com/jan-leila/nix-config-secrets?ref=main";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
# declairtive disk configuration
|
||||
disko = {
|
||||
url = "github:nix-community/disko";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue