Auto: cleanup-2026-06-04T16-10-09Z

This commit is contained in:
2026-06-04 18:10:27 +02:00
parent d673efcc8c
commit 8ee9c3f639
4 changed files with 114 additions and 113 deletions
+7 -5
View File
@@ -1,7 +1,7 @@
_: {
flake.diskoConfigurations.desktop = _: {
disko.devices = {
disk = {
disko.devices = {
disk = {
ssd = {
# Replace with actual disk id from:
# ls -l /dev/disk/by-id
@@ -37,7 +37,7 @@ disk = {
content = {
type = "btrfs";
extraArgs = [ "-f" ];
extraArgs = ["-f"];
subvolumes = {
"@root" = {
@@ -118,5 +118,7 @@ disk = {
};
};
};
};
};};}
};
};
};
}
+1 -2
View File
@@ -50,7 +50,6 @@
};
};
## Desktop
flake.nixosModules.autoCleanup-desktop = {
pkgs,
@@ -102,7 +101,7 @@
};
};
};
perSystem = {pkgs, ...}: {
perSystem = {pkgs, ...}: {
packages.custom-cleanNix-laptop = pkgs.writeShellApplication {
name = "custom-cleanNix";
+1 -1
View File
@@ -91,7 +91,7 @@
};
};
};
perSystem = {pkgs, ...}: {
perSystem = {pkgs, ...}: {
packages.custom-autoupdate-laptop = pkgs.writeShellApplication {
name = "custom-autoupdate";