added Jovian-NixOS
This commit is contained in:
parent
a7bfc8c394
commit
0b1331c6d4
9 changed files with 89 additions and 2 deletions
|
@ -31,6 +31,11 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
jovian = {
|
||||
url = "github:Jovian-Experiments/Jovian-NixOS";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# # Secrets management. See ./docs/secretsmgmt.md
|
||||
# sops-nix = {
|
||||
# url = "github:mic92/sops-nix";
|
||||
|
@ -156,6 +161,7 @@
|
|||
attrs.disko.nixosModules.disko
|
||||
attrs.stylix.nixosModules.stylix
|
||||
attrs.nixvim.nixosModules.nixvim
|
||||
attrs.jovian.nixosModules.default
|
||||
./hosts
|
||||
./users/willifan
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue