ADD: various things ...

This commit is contained in:
L0m1g 2025-09-16 12:11:06 +02:00
parent 6cf61cb4f5
commit fe5cd05d60
11 changed files with 166 additions and 53 deletions

5
modules/common/fonts.nix Normal file
View file

@ -0,0 +1,5 @@
{ pkgs, ...}: {
fonts.packages = with pkgs; [
dejavu_fonts
];
}

View file

@ -5,7 +5,7 @@
};
nixpkgs.config = {
allowUnfree = true;
allowUnsupportedSystem = true;
# allowUnfree = true;
# allowUnsupportedSystem = true;
};
}

View file

@ -4,7 +4,7 @@
...
}: {
imports = [
../virtual/truenas.nix
# ../virtual/truenas.nix
];
boot.kernelModules = lib.mkAfter ["tun"];
environment.systemPackages = with pkgs; [

View file

@ -11,8 +11,8 @@
../virtual/vfio.nix
# Dev
../dev/qemu.nix
../virtual/truenas.nix # seulement si tu lutilises sur ce host
# ../dev/qemu.nix
# ../virtual/truenas.nix # seulement si tu lutilises sur ce host
];
environment.systemPackages = with pkgs; [