Compare commits

..

No commits in common. "b7545ff155b7ff79168a50bd5571f02354b079c1" and "c5b592afb3702aa0f4d1938c870b183f124c0261" have entirely different histories.

5 changed files with 1 additions and 33 deletions

View file

@ -15,19 +15,6 @@ in {
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
nixpkgs.config.packageOverrides = pkgs: {
vaapiIntel = pkgs.vaapiIntel.override { enableHybridCodec = true; };
};
hardware.opengl = {
enable = true;
extraPackages = with pkgs; [
intel-media-driver # LIBVA_DRIVER_NAME=iHD
vaapiIntel # LIBVA_DRIVER_NAME=i965
vaapiVdpau
libvdpau-va-gl
];
};
fileSystems."/" =
{ device = "tank/work/nixos";
fsType = "zfs";
@ -56,6 +43,5 @@ in {
networking.hostName = "sphere";
powerManagement.powertop.enable = true;
services.tlp.enable = true;
services.hardware.bolt.enable = true;
}

View file

@ -6,9 +6,8 @@ in {
environment.systemPackages = with pkgs; [
cryptsetup
kubectl
whois
unstable.kubernetes-helm
unstable.kustomize
whois
# podman
conmon

View file

@ -16,9 +16,7 @@ in {
gnupg
htop
jq
mtr
ncdu
nload
openssl
pv
ripgrep

View file

@ -20,23 +20,9 @@ in {
swayidle
swaylock
xwayland
wf-recorder
];
};
services.pipewire.enable = true;
xdg.portal = {
enable = true;
gtkUsePortal = true;
extraPortals = with unstable; [
xdg-desktop-portal-gtk
xdg-desktop-portal-wlr
];
};
boot.extraModulePackages = with config.boot.kernelPackages; [
v4l2loopback
];
environment = {
etc = {
"sway/config".source = ../dotfiles/sway/config;

View file

@ -13,7 +13,6 @@ in {
networking.extraHosts = ''
35.234.109.94 fsi.thomann.de
10.100.7.11 mon.netzmarkt.de
'';
environment.systemPackages = with pkgs; [