Compare commits

..

2 commits

Author SHA1 Message Date
0ad3147366 hosts/framenix: use latest firmware and kernel
requires to disable virtualbox kernel module
2026-05-05 21:59:50 +02:00
2ad686bf8e flake.lock: Update
Flake lock file updates:

• Updated input 'home-manager':
    'github:nix-community/home-manager/0585fbf645640973e3398863bbaf3bd1ddce4a51' (2026-05-03)
  → 'github:nix-community/home-manager/cc09c0f9b7eaa95c2d9827338a5eb03d32505ca5' (2026-05-03)
• Updated input 'nixos-hardware':
    'github:NixOS/nixos-hardware/eeb02f6e29fc8139c0b15af5ff0fdfdc6d0d3d90' (2026-05-03)
  → 'github:NixOS/nixos-hardware/df7783100babf59001340a7a874ba3824e441ecb' (2026-05-04)
• Updated input 'nixos-unstable':
    'github:NixOS/nixpkgs/15f4ee454b1dce334612fa6843b3e05cf546efab' (2026-04-30)
  → 'github:NixOS/nixpkgs/549bd84d6279f9852cae6225e372cc67fb91a4c1' (2026-05-05)
• Updated input 'nur':
    'github:nix-community/NUR/c4c751a8e71353c3daea8f9dc477c368d3859e7d' (2026-05-03)
  → 'github:nix-community/NUR/67ee59eeeb2ec2c275c5a7e40239904ae7fd8719' (2026-05-05)
• Updated input 'nur/nixpkgs':
    'github:nixos/nixpkgs/15f4ee454b1dce334612fa6843b3e05cf546efab' (2026-04-30)
  → 'github:nixos/nixpkgs/549bd84d6279f9852cae6225e372cc67fb91a4c1' (2026-05-05)
2026-05-05 21:23:29 +02:00
3 changed files with 21 additions and 19 deletions

View file

@ -204,7 +204,7 @@ in
# enable virtualbox support
virtualisation.virtualbox.host = {
enable = true;
enable = lib.mkDefault true;
#enableExtensionPack = true;
};
# allow PUEL license

30
flake.lock generated
View file

@ -184,11 +184,11 @@
]
},
"locked": {
"lastModified": 1777771528,
"narHash": "sha256-YycygK6n7KeW1YCobdFJcORWzkmrvNcp6xT+IovA0d4=",
"lastModified": 1777851538,
"narHash": "sha256-Gp8qwTEYNoy2yvmErVGlvLOQvrtEECCAKbonW7VJef8=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "0585fbf645640973e3398863bbaf3bd1ddce4a51",
"rev": "cc09c0f9b7eaa95c2d9827338a5eb03d32505ca5",
"type": "github"
},
"original": {
@ -304,11 +304,11 @@
},
"nixos-hardware": {
"locked": {
"lastModified": 1777796046,
"narHash": "sha256-bEJp/zaQApzynGRaAO62BZSz9tFikKtIHCn2yIA/s7Q=",
"lastModified": 1777917524,
"narHash": "sha256-k+LVe9YaO2BEPB9AaCtTtOMCeGi4dxDo6gt4Un3qoPY=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "eeb02f6e29fc8139c0b15af5ff0fdfdc6d0d3d90",
"rev": "df7783100babf59001340a7a874ba3824e441ecb",
"type": "github"
},
"original": {
@ -320,11 +320,11 @@
},
"nixos-unstable": {
"locked": {
"lastModified": 1777578337,
"narHash": "sha256-Ad49moKWeXtKBJNy2ebiTQUEgdLyvGmTeykAQ9xM+Z4=",
"lastModified": 1777954456,
"narHash": "sha256-hGdgeU2Nk87RAuZyYjyDjFL6LK7dAZN5RE9+hrDTkDU=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "15f4ee454b1dce334612fa6843b3e05cf546efab",
"rev": "549bd84d6279f9852cae6225e372cc67fb91a4c1",
"type": "github"
},
"original": {
@ -368,11 +368,11 @@
},
"nixpkgs_3": {
"locked": {
"lastModified": 1777578337,
"narHash": "sha256-Ad49moKWeXtKBJNy2ebiTQUEgdLyvGmTeykAQ9xM+Z4=",
"lastModified": 1777954456,
"narHash": "sha256-hGdgeU2Nk87RAuZyYjyDjFL6LK7dAZN5RE9+hrDTkDU=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "15f4ee454b1dce334612fa6843b3e05cf546efab",
"rev": "549bd84d6279f9852cae6225e372cc67fb91a4c1",
"type": "github"
},
"original": {
@ -388,11 +388,11 @@
"nixpkgs": "nixpkgs_3"
},
"locked": {
"lastModified": 1777838712,
"narHash": "sha256-i38S3WizLR1NUOGWVdzuBFpwrsWUUc/y6zX2frp+H1I=",
"lastModified": 1778007419,
"narHash": "sha256-2AiFdHD1/7QcMdviiM8hjd/B0CjTaq9mejPSWJvgvWw=",
"owner": "nix-community",
"repo": "NUR",
"rev": "c4c751a8e71353c3daea8f9dc477c368d3859e7d",
"rev": "67ee59eeeb2ec2c275c5a7e40239904ae7fd8719",
"type": "github"
},
"original": {

View file

@ -23,8 +23,10 @@ in
# override tmpdir for daemon
systemd.services.nix-daemon.environment.TMPDIR = "/var/tmp";
# try newer kernels
#boot.kernelPackages = pkgs.linuxPackages_latest;
# try newer kernels and firmware
boot.kernelPackages = pkgs.linuxPackages_latest;
hardware.firmware = lib.mkBefore [ unstable.linux-firmware ];
virtualisation.virtualbox.host.enable = false;
boot.kernelParams = [
# powersave
@ -86,6 +88,6 @@ in
schmittlauch = {
audio-sharing.enable = true;
secureboot.enable = true;
secureboot.enable = false;
};
}