add lanzaboote and remove defective aagl module for now
This commit is contained in:
parent
fd6ca655c3
commit
88365b373a
2 changed files with 23 additions and 4 deletions
13
flake.nix
13
flake.nix
|
@ -34,6 +34,12 @@
|
|||
url = "github.ezKEa/aagl-gtk-on-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
lanzaboote = {
|
||||
url = "github:nix-community/lanzaboote";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
satisfactory-server = {
|
||||
url = "github:nekowinston/satisfactory-server-flake";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
@ -57,9 +63,10 @@
|
|||
./modules/nh.nix
|
||||
./modules/waydroid.nix
|
||||
./modules/packages.nix
|
||||
./modules/aagl.nix
|
||||
inputs.aagl.nixosModules.default
|
||||
{ nix.settings = inputs.aagl.nixConfig; } # Setup cachix for aagl projects
|
||||
# ./modules/aagl.nix
|
||||
# inputs.aagl.nixosModules.default
|
||||
inputs.lanzaboote.nixosModules.lanzaboote
|
||||
# { nix.settings = inputs.aagl.nixConfig; } # Setup cachix for aagl projects
|
||||
# Imports home-manager module for use within nixos, not reccomended for use WITH standalone version
|
||||
# inputs.home-manager.nixosModules.default
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue