-
-
Notifications
You must be signed in to change notification settings - Fork 220
Comparing changes
Open a pull request
base repository: nix-community/disko
base: v1.7.0
head repository: nix-community/disko
compare: master
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ba66c22 - Browse repository at this point
Copy the full SHA ba66c22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0943a50 - Browse repository at this point
Copy the full SHA 0943a50View commit details -
build(deps): bump DeterminateSystems/update-flake-lock from 23 to 24
Bumps [DeterminateSystems/update-flake-lock](https://github.com/determinatesystems/update-flake-lock) from 23 to 24. - [Release notes](https://github.com/determinatesystems/update-flake-lock/releases) - [Commits](DeterminateSystems/update-flake-lock@v23...v24) --- updated-dependencies: - dependency-name: DeterminateSystems/update-flake-lock dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 1eb54f6 - Browse repository at this point
Copy the full SHA 1eb54f6View commit details
Commits on Sep 12, 2024
-
Merge pull request #766 from Enzime/disko-vm
Add `virtualisation.vmVariantWithDisko` option
Configuration menu - View commit details
-
Copy full SHA for 495c2d7 - Browse repository at this point
Copy the full SHA 495c2d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59fb64b - Browse repository at this point
Copy the full SHA 59fb64bView commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0f0b7f4 - Browse repository at this point
Copy the full SHA 0f0b7f4View commit details -
Merge pull request #768 from nix-community/mergify/Mic92/config-update
ci(Mergify): configuration update
Configuration menu - View commit details
-
Copy full SHA for 4ef99d8 - Browse repository at this point
Copy the full SHA 4ef99d8View commit details
Commits on Sep 14, 2024
-
make-disk-image: convert into NixOS module
As `makeDiskImages` always requires a NixOS configuration, we can simplify the code by convering it into a NixOS module. Then we can make it responsible for populating `system.build.diskoImages` and `system.build.diskoImagesScript`.
Configuration menu - View commit details
-
Copy full SHA for cc4d4a4 - Browse repository at this point
Copy the full SHA cc4d4a4View commit details -
Merge pull request #764 from nix-community/dependabot/github_actions/…
…DeterminateSystems/update-flake-lock-24 build(deps): bump DeterminateSystems/update-flake-lock from 23 to 24
Configuration menu - View commit details
-
Copy full SHA for 3632080 - Browse repository at this point
Copy the full SHA 3632080View commit details
Commits on Sep 15, 2024
-
Merge pull request #771 from Enzime/refactor/make-disk-image
make-disk-image: convert into NixOS module
Configuration menu - View commit details
-
Copy full SHA for 51e3a7e - Browse repository at this point
Copy the full SHA 51e3a7eView commit details
Commits on Sep 16, 2024
-
build(deps): bump cachix/install-nix-action from V27 to 28
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from V27 to 28. This release includes the previously tagged commit. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](cachix/install-nix-action@V27...V28) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 521fc3d - Browse repository at this point
Copy the full SHA 521fc3dView commit details -
Merge pull request #775 from nix-community/dependabot/github_actions/…
…cachix/install-nix-action-V28 build(deps): bump cachix/install-nix-action from V27 to 28
Configuration menu - View commit details
-
Copy full SHA for 22ee467 - Browse repository at this point
Copy the full SHA 22ee467View commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d52ca37 - Browse repository at this point
Copy the full SHA d52ca37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88b015b - Browse repository at this point
Copy the full SHA 88b015bView commit details -
zfs_fs: support updating mountpoint properly
Use `zfs set -u` to update the `mountpoint` flag without mounting or unmounting the filesystem. This flag was added in OpenZFS 2.2.0, which was released October 2023. The previous logic would not update `mountpoint` if `config.options` was empty or only contained `mountpoint`.
Configuration menu - View commit details
-
Copy full SHA for a9eeea3 - Browse repository at this point
Copy the full SHA a9eeea3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d32d150 - Browse repository at this point
Copy the full SHA d32d150View commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 706a172 - Browse repository at this point
Copy the full SHA 706a172View commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c5853dc - Browse repository at this point
Copy the full SHA c5853dcView commit details -
Merge pull request #776 from Enzime/populate
module: always populate system.build attributes
Configuration menu - View commit details
-
Copy full SHA for a31fe5e - Browse repository at this point
Copy the full SHA a31fe5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3646c27 - Browse repository at this point
Copy the full SHA 3646c27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 624fd86 - Browse repository at this point
Copy the full SHA 624fd86View commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bc7fd72 - Browse repository at this point
Copy the full SHA bc7fd72View commit details -
Configuration menu - View commit details
-
Copy full SHA for da8bfaf - Browse repository at this point
Copy the full SHA da8bfafView commit details -
This is a regression test for shellcheck, where we had to disable SC2054
Configuration menu - View commit details
-
Copy full SHA for 93c1dde - Browse repository at this point
Copy the full SHA 93c1ddeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9adb48e - Browse repository at this point
Copy the full SHA 9adb48eView commit details -
Merge pull request #785 from nix-community/smaller-fixes
Fix shellcheck for mounoptions with commas + escape filesystem args
Configuration menu - View commit details
-
Copy full SHA for 0fe7799 - Browse repository at this point
Copy the full SHA 0fe7799View commit details -
otherwise documentation depends on the hostname to be set
Configuration menu - View commit details
-
Copy full SHA for 51994df - Browse repository at this point
Copy the full SHA 51994dfView commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 49b22d4 - Browse repository at this point
Copy the full SHA 49b22d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e72de07 - Browse repository at this point
Copy the full SHA e72de07View commit details -
Merge pull request #793 from nix-community/joerg-ci
add workaround for failing zpool import test
Configuration menu - View commit details
-
Copy full SHA for 430ba34 - Browse repository at this point
Copy the full SHA 430ba34View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1d6bed - Browse repository at this point
Copy the full SHA b1d6bedView commit details -
Add binlore for disko and disko-install
Consider this flake: { description = "Helper for reproducing a disko-related problem"; inputs = { disko.url = "github:nix-community/disko/b1d6bed240abef5f5373e88fc7909f493013e557"; nixpkgs.follows = "disko/nixpkgs"; }; outputs = { self, disko, nixpkgs, }: let system = "x86_64-linux"; pkgs = nixpkgs.legacyPackages."${system}"; in { packages."${system}".default = pkgs.resholve.writeScript "disko-install-binlore-test" { inputs = [ disko.packages."${system}".default ]; interpreter = "${pkgs.lib.getExe pkgs.bash}"; } '' disko --help disko-install --help ''; }; } That flake will fail to build because resholve thinks that disko and disko-install might be able to execute their arguments. This commit fixes that problem. Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
Configuration menu - View commit details
-
Copy full SHA for 6d2914c - Browse repository at this point
Copy the full SHA 6d2914cView commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c61e50b - Browse repository at this point
Copy the full SHA c61e50bView commit details -
Usually this is added by nixos-generate-config. However now that we run nixos-generate-config before disko or we even run nixos-facter, we likely not see the LVM block devices anymore.
Configuration menu - View commit details
-
Copy full SHA for 6d42596 - Browse repository at this point
Copy the full SHA 6d42596View commit details
Commits on Sep 25, 2024
-
Always add dm-snapshot when LVM is used
The lvm_type is only set on RAID and thinly provisioned LVM volumes, but regular LVM volumes without a type can also have snapshots.
Configuration menu - View commit details
-
Copy full SHA for 1f8e67e - Browse repository at this point
Copy the full SHA 1f8e67eView commit details -
Merge pull request #797 from r-vdp/always-add-dm-snapshot
Always add dm-snapshot when LVM is used
Configuration menu - View commit details
-
Copy full SHA for c1c472f - Browse repository at this point
Copy the full SHA c1c472fView commit details
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 18c5410 - Browse repository at this point
Copy the full SHA 18c5410View commit details -
Merge pull request #801 from danjujan/master
make-disk-image: use memSize as default build-memory in diskoImagesScript
Configuration menu - View commit details
-
Copy full SHA for 1879e48 - Browse repository at this point
Copy the full SHA 1879e48View commit details -
flake: add --check option to formatter
Add an option to check the formatting without modifying files. This will be can be used in CI checks.
Configuration menu - View commit details
-
Copy full SHA for 4c4c869 - Browse repository at this point
Copy the full SHA 4c4c869View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72c867c - Browse repository at this point
Copy the full SHA 72c867cView commit details -
Merge pull request #716 from beviu/fmt-check
Add --check option to formatter in flake
Configuration menu - View commit details
-
Copy full SHA for 67dc29b - Browse repository at this point
Copy the full SHA 67dc29bView commit details
Commits on Sep 28, 2024
-
interactive-vm: override
forceImportRoot
Some users will have `boot.zfs.forceImportRoot = false;` in their configurations which conflicts with `boot.zfs.forceImportAll = true;`, so we set it to `true` to match.
Configuration menu - View commit details
-
Copy full SHA for b709e1c - Browse repository at this point
Copy the full SHA b709e1cView commit details
Commits on Oct 1, 2024
-
zpool: fix default value for cache
we want an empty list instead of null
Configuration menu - View commit details
-
Copy full SHA for 91cd091 - Browse repository at this point
Copy the full SHA 91cd091View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc3ba69 - Browse repository at this point
Copy the full SHA fc3ba69View commit details -
zfs-with-vdevs: increase pool import timeout
Fix fixes a long-standing test failures we have with the zfs-with-vdevs.
Configuration menu - View commit details
-
Copy full SHA for 4e30bc7 - Browse repository at this point
Copy the full SHA 4e30bc7View commit details -
Merge pull request #805 from nix-community/zfs-fix
Fix flaky zfs test
Configuration menu - View commit details
-
Copy full SHA for 037be88 - Browse repository at this point
Copy the full SHA 037be88View commit details -
Configuration menu - View commit details
-
Copy full SHA for c312692 - Browse repository at this point
Copy the full SHA c312692View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba436ed - Browse repository at this point
Copy the full SHA ba436edView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9c9948 - Browse repository at this point
Copy the full SHA b9c9948View commit details -
Merge pull request #806 from iFreilicht/luks-btrfs-raid-example
Luks btrfs raid example
Configuration menu - View commit details
-
Copy full SHA for 6c5ba9e - Browse repository at this point
Copy the full SHA 6c5ba9eView commit details
There are no files selected for viewing