Shell works, also different thing, but cannot rebuild.

This commit is contained in:
2025-11-17 22:27:27 +02:00
parent 1824e5cee8
commit 8c14f0bfbb
9 changed files with 52 additions and 11 deletions
+2 -2
View File
@@ -25,7 +25,7 @@
outputs.overlays.addpkgs
inputs.azos-core.overlays.qutebrowserdrm
outputs.overlays.modifications
outputs.overlays.unstable-packages
# outputs.overlays.unstable-packages
];
config = {
allowUnfree = true;
@@ -111,5 +111,5 @@
systemd.targets.hibernate.enable = false;
systemd.targets.hybrid-sleep.enable = false;
system.stateVersion = "24.11"; # Did you read the comment?
system.stateVersion = "25.05"; # Did you read the comment?
}
+1 -1
View File
@@ -17,7 +17,7 @@
boot.kernelModules = ["kvm-intel"];
boot.extraModulePackages = [];
fileSystems."/" = {
fileSystems."/" ={
device = "/dev/disk/by-uuid/d28f6c1d-f7ec-44a1-a59b-a598c7f136f7";
fsType = "btrfs";
options = ["subvol=@"];