move service to different flake
This commit is contained in:
parent
ee02043b4c
commit
82bc9ac40c
7 changed files with 155 additions and 114 deletions
|
@ -5,14 +5,10 @@
|
|||
# * https://github.com/Infinidoge/nix-minecraft
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "nixpkgs/nixos-unstable-small";
|
||||
|
||||
nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||
nixpkgs_stable.url = "nixpkgs/nixos-23.05";
|
||||
|
||||
nur.url = "github:nix-community/NUR";
|
||||
|
||||
colmena.url = "github:zhaofengli/colmena";
|
||||
|
||||
vault-secrets.url = "github:serokell/vault-secrets";
|
||||
|
||||
home-manager.url = "github:nix-community/home-manager";
|
||||
|
@ -42,6 +38,7 @@
|
|||
};
|
||||
|
||||
vault-unseal.url = "git+https://git.0x76.dev/v/vault-unseal.git";
|
||||
gnome-autounlock-keyring.url = "git+https://git.0x76.dev/v/gnome-autounlock-keyring.git";
|
||||
|
||||
attic.url = "github:zhaofengli/attic";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue