systme: common->modules

This commit is contained in:
chayleaf 2023-04-11 16:50:37 +07:00
parent 64f860786d
commit 76fa8cf4e0
3 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@
}; };
}; };
outputs = inputs@{ self, nixpkgs, utils, nixos-hardware, rust-overlay, impermanence, nix-gaming }: outputs = inputs@{ self, nixpkgs, utils, nixos-hardware, impermanence, nix-gaming, ... }:
let let
hw = nixos-hardware.nixosModules; hw = nixos-hardware.nixosModules;
# IRL-related stuff I'd rather not put into git # IRL-related stuff I'd rather not put into git
@ -26,8 +26,8 @@
in utils.lib.mkFlake { in utils.lib.mkFlake {
inherit self inputs; inherit self inputs;
hostDefaults.modules = [ hostDefaults.modules = [
./common/vfio.nix ./modules/vfio.nix
./common/ccache.nix ./modules/ccache.nix
{ {
# make this flake's nixpkgs available to the whole system # make this flake's nixpkgs available to the whole system
nix = { nix = {