Update Thor + aliases and webapp

This commit is contained in:
Filippo Berto 2022-05-01 18:32:47 +02:00
parent 626893fa50
commit 6a00933db4
4 changed files with 22 additions and 24 deletions

View file

@ -1,14 +1,10 @@
{ config, pkgs, lib, ... }:
{
imports = [
# <nixos-hardware/common/cpu/amd>
# <nixos-hardware/common/pc/ssd>
./hardware-configuration.nix
# ./pro_audio.nix
];
imports = [ ./hardware-configuration.nix ];
boot = {
binfmt.emulatedSystems = [ "armv7l-linux" "aarch64-linux" ];
kernelPackages = pkgs.linuxPackages_latest;
extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ];
loader = {
systemd-boot.enable = true;