framework-2024-09-17-18-14-56
This commit is contained in:
@ -28,7 +28,7 @@ in
|
||||
../../configs/docker.nix
|
||||
../../configs/games.nix
|
||||
../../configs/develop.nix
|
||||
../../configs/libvirt.nix
|
||||
../../configs/virtualisation.nix
|
||||
../../configs/plasma-wayland.nix
|
||||
../../configs/user-gui.nix
|
||||
../../configs/user.nix
|
||||
|
@ -8,6 +8,20 @@ in
|
||||
outputs.overlays.additions
|
||||
outputs.overlays.modifications
|
||||
outputs.overlays.unstable-packages
|
||||
(self: super: {
|
||||
linuxPackages_latest = super.linuxPackages_latest.extend (lpself: lpsuper: {
|
||||
framework-laptop-kmod = super.linuxPackages_latest.framework-laptop-kmod.overrideAttrs (oldAttrs: rec {
|
||||
version = "0-unstable-latest";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "DHowett";
|
||||
repo = "framework-laptop-kmod";
|
||||
rev = "6164bc3dec24b6bb2806eedd269df6a170bcc930";
|
||||
# sha256 = pkgs.lib.fakeSha256;
|
||||
hash = "sha256-OwtXQR0H4GNlYjVZ5UU5MEM6ZOjlV3B0x2auYawbS2U=";
|
||||
};
|
||||
});
|
||||
});
|
||||
})
|
||||
];
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
@ -22,7 +36,7 @@ in
|
||||
../../configs/common.nix
|
||||
../../configs/docker.nix
|
||||
../../configs/games.nix
|
||||
../../configs/libvirt.nix
|
||||
../../configs/virtualisation.nix
|
||||
../../configs/plasma-wayland.nix
|
||||
../../configs/user-gui.nix
|
||||
../../configs/user.nix
|
||||
@ -197,7 +211,11 @@ in
|
||||
# systemd.services.nix-daemon.serviceConfig.LimitNOFILE = 40960;
|
||||
|
||||
environment.systemPackages = with pkgs.unstable; [
|
||||
psensor
|
||||
# psensor
|
||||
mission-center
|
||||
resources
|
||||
monitorets
|
||||
|
||||
veracrypt
|
||||
gnumake
|
||||
pkg-config
|
||||
|
@ -7,7 +7,7 @@ in {
|
||||
/etc/nixos/hardware-configuration.nix
|
||||
../configs/common.nix
|
||||
../configs/docker.nix
|
||||
../configs/libvirt.nix
|
||||
../configs/virtualisation.nix
|
||||
../configs/user.nix
|
||||
];
|
||||
|
||||
@ -32,15 +32,6 @@ in {
|
||||
interfaces = [ "wlp1s0" ];
|
||||
};
|
||||
|
||||
# libvirt uses 192.168.122.0
|
||||
bridges.br0.interfaces = [ ];
|
||||
interfaces.br0 = {
|
||||
ipv4.addresses = [{
|
||||
address = "192.168.122.1";
|
||||
prefixLength = 24;
|
||||
}];
|
||||
};
|
||||
|
||||
interfaces.enp3s0.useDHCP = true;
|
||||
interfaces.wlp1s0.useDHCP = true;
|
||||
};
|
||||
|
@ -10,7 +10,7 @@ in
|
||||
/etc/nixos/hardware-configuration.nix
|
||||
../configs/common.nix
|
||||
../configs/docker.nix
|
||||
../configs/libvirt.nix
|
||||
../configs/virtualisation.nix
|
||||
../configs/plasma.nix
|
||||
../configs/user-gui.nix
|
||||
../configs/user.nix
|
||||
|
Reference in New Issue
Block a user