va a ciapa i ratt
This commit is contained in:
parent
fac91af11a
commit
8346c9f02c
43 changed files with 909 additions and 446 deletions
|
@ -15,7 +15,6 @@
|
|||
"adb"
|
||||
"audio"
|
||||
"battery"
|
||||
# "binfmt"
|
||||
"bluetooth"
|
||||
"ccr"
|
||||
"common"
|
||||
|
@ -43,7 +42,8 @@
|
|||
"digikam"
|
||||
"discord"
|
||||
"element"
|
||||
"email"
|
||||
# "thunderbird"
|
||||
"aerc"
|
||||
"emacs"
|
||||
"firefox"
|
||||
"git"
|
||||
|
@ -67,6 +67,7 @@
|
|||
"steam-run"
|
||||
"lutris"
|
||||
"wine"
|
||||
"remmina"
|
||||
];
|
||||
packages = with pkgs; [
|
||||
comma
|
||||
|
@ -90,7 +91,7 @@
|
|||
boot.initrd.kernelModules = [];
|
||||
boot.kernelModules = ["kvm-intel"];
|
||||
boot.extraModulePackages = with config.boot.kernelPackages; [v4l2loopback];
|
||||
boot.kernelPackages = pkgs.linuxPackages_zen;
|
||||
# boot.kernelPackages = pkgs.linuxPackages_zen;
|
||||
|
||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||
# (the default) this is the recommended approach. When using systemd-networkd it's
|
||||
|
|
|
@ -35,14 +35,14 @@
|
|||
users.users.root.initialHashedPassword = "$6$EqXfyFLxUZfpmJ8F$UH3pLcHwgLpOZwiSDhdq/iR/p.uyZZYlk6G4Q0S8BtYr3Qt2xKU56Fwv3Mgco.J0i3cx1Nm8XMfvythSuv8gh/";
|
||||
|
||||
# TODO: remove this when it will be no more necessary
|
||||
boot.zfs.enableUnstable = true;
|
||||
nixpkgs.overlays = [
|
||||
(self: super: {
|
||||
linuxPackages_zen = super.linuxPackages_zen.extend (lpSelf: lpSuper: {
|
||||
zfsUnstable = lpSuper.zfsUnstable.overrideAttrs (_: {
|
||||
meta.broken = false;
|
||||
});
|
||||
});
|
||||
})
|
||||
];
|
||||
# boot.zfs.enableUnstable = true;
|
||||
# nixpkgs.overlays = [
|
||||
# (self: super: {
|
||||
# linuxPackages_zen = super.linuxPackages_zen.extend (lpSelf: lpSuper: {
|
||||
# zfsUnstable = lpSuper.zfsUnstable.overrideAttrs (_: {
|
||||
# meta.broken = false;
|
||||
# });
|
||||
# });
|
||||
# })
|
||||
# ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue