1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 14:50:40 +02:00

refactor: move guest system and common lib parts to extra-modules

This commit is contained in:
oddlama 2024-01-11 03:02:42 +01:00
parent ab9c6fc507
commit a44f73d3b0
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
16 changed files with 72 additions and 1092 deletions

View file

@ -44,11 +44,6 @@
impermanence.url = "github:nix-community/impermanence";
lib-net = {
url = "https://gist.github.com/duairc/5c9bb3c922e5d501a1edb9e7b3b845ba/archive/3885f7cd9ed0a746a9d675da6f265d41e9fd6704.tar.gz";
flake = false;
};
nix-index-database = {
url = "github:Mic92/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
@ -109,6 +104,7 @@
self,
agenix-rekey,
devshell,
extra-modules,
flake-utils,
nixos-generators,
nixpkgs,
@ -171,6 +167,7 @@
import ./lib inputs
++ import ./pkgs/default.nix
++ [
extra-modules.overlays.default
devshell.overlays.default
agenix-rekey.overlays.default
];