chore: cleanup redundant module declarations
This commit is contained in:
parent
c4dadd9f25
commit
7dde5410e4
9 changed files with 8 additions and 17 deletions
|
|
@ -1,10 +1,17 @@
|
|||
{ flake, pkgs, ... }:
|
||||
{
|
||||
flake,
|
||||
pkgs,
|
||||
modulesPath,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports =
|
||||
with builtins;
|
||||
map (fn: ./${fn}) (filter (fn: fn != "default.nix") (attrNames (readDir ./.)))
|
||||
++ [
|
||||
flake.inputs.disko.nixosModules.default
|
||||
|
||||
"${modulesPath}/virtualisation/lxc-container.nix"
|
||||
];
|
||||
zramSwap.enable = true;
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue