mirror of
https://git.mediani.de/mirrors_public/oddlama_nixos-extra-modules.git
synced 2025-10-10 22:10:38 +02:00
fix: remove unnecessary module in example
This commit is contained in:
parent
fd935e4d69
commit
42374eff1f
1 changed files with 1 additions and 2 deletions
|
@ -15,13 +15,12 @@ will be available.
|
|||
{
|
||||
inputs.extra-modules.url = "github:oddlama/extra-modules";
|
||||
|
||||
outputs = { self, nixpkgs, agenix, agenix-rekey }: {
|
||||
outputs = { self, nixpkgs, extra-modules }: {
|
||||
# Example system configuration
|
||||
nixosConfigurations.yourhostname = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./configuration.nix
|
||||
agenix.nixosModules.default
|
||||
extra-modules.nixosModules.default
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue