mirror of
https://github.com/callumio/nixfiles.git
synced 2026-08-06 20:49:17 +01:00
remove legacy modules folder
This commit is contained in:
parent
9b48220a2a
commit
262f069d7d
10 changed files with 1 additions and 206 deletions
|
|
@ -7,7 +7,6 @@
|
|||
flake-parts,
|
||||
...
|
||||
} @ inputs: let
|
||||
mods = import ./modules;
|
||||
cLib = import ./lib {inherit (nixpkgs) lib;};
|
||||
mkLinuxSystem = mod: ovl:
|
||||
nixpkgs.lib.nixosSystem {
|
||||
|
|
@ -30,8 +29,7 @@
|
|||
self.nixosModules.tailscale
|
||||
self.nixosModules.deploy
|
||||
]
|
||||
++ mod
|
||||
++ mods.sharedModules;
|
||||
++ mod;
|
||||
};
|
||||
in
|
||||
flake-parts.lib.mkFlake {inherit self inputs;} {
|
||||
|
|
@ -45,7 +43,6 @@
|
|||
systems = import inputs.systems;
|
||||
|
||||
flake = {
|
||||
inherit (mods) homeManagerModules nixosModules;
|
||||
# TODO: use ./hosts/
|
||||
nixosConfigurations = {
|
||||
artemis = mkLinuxSystem [./hosts/artemis] [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue