Update Thor + aliases and webapp
This commit is contained in:
parent
626893fa50
commit
6a00933db4
4 changed files with 22 additions and 24 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue