switched submodule files to non flake input

This commit is contained in:
Leyla Becker 2024-09-24 02:30:54 -05:00
parent ac14a781b2
commit 27b58dc288
10 changed files with 36 additions and 10 deletions

View file

@ -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";