Fix: pennsardin reinstall
This commit is contained in:
parent
212b3f98ac
commit
59c3699189
11 changed files with 55 additions and 162 deletions
|
|
@ -13,7 +13,6 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
};
|
||||
nur.url = "github:nix-community/NUR";
|
||||
agenix.url = "github:ryantm/agenix";
|
||||
nvim-config.url = "git+https://govel.porzh.me/DuN0z/neovim-config.git";
|
||||
};
|
||||
|
||||
|
|
@ -23,7 +22,6 @@
|
|||
home-manager-stable,
|
||||
home-manager,
|
||||
nur,
|
||||
agenix,
|
||||
nvim-config,
|
||||
...
|
||||
}: let
|
||||
|
|
@ -62,7 +60,7 @@
|
|||
};
|
||||
|
||||
terre-neuvas = nixpkgs-stable.lib.nixosSystem {
|
||||
specialArgs = { inherit agenix; inherit nvim-config; };
|
||||
specialArgs = { inherit nvim-config; };
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./hosts/terre-neuvas/configuration.nix
|
||||
|
|
@ -74,7 +72,6 @@
|
|||
extraSpecialArgs = {inherit nvim-config; };
|
||||
};
|
||||
}
|
||||
agenix.nixosModules.default
|
||||
];
|
||||
};
|
||||
|
||||
|
|
@ -99,7 +96,6 @@
|
|||
extraSpecialArgs = {inherit nvim-config; };
|
||||
};
|
||||
}
|
||||
agenix.nixosModules.default
|
||||
];
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue