]> git.scottworley.com Git - nixos-qemu-vm-isolation/log
nixos-qemu-vm-isolation
12 months agoUse the new nixpkgs.lib.nixos.runTest interface for checks
Scott Worley [Thu, 22 Jun 2023 21:48:45 +0000 (14:48 -0700)]
Use the new nixpkgs.lib.nixos.runTest interface for checks

12 months ago23.05: New way to get the list of tier1 systems
Scott Worley [Thu, 22 Jun 2023 21:24:51 +0000 (14:24 -0700)]
23.05: New way to get the list of tier1 systems

13 months agoDon't set virtualisation.bootDevice in 23.05+
Scott Worley [Wed, 24 May 2023 23:07:17 +0000 (16:07 -0700)]
Don't set virtualisation.bootDevice in 23.05+

This missing default has been fixed in 23.05, so setting it here is no
longer necessary.

2 years agoAllow this to be used as a channel
Scott Worley [Sat, 7 May 2022 00:47:27 +0000 (17:47 -0700)]
Allow this to be used as a channel

2 years agoMarkup-formatted README
Scott Worley [Mon, 20 Dec 2021 06:57:37 +0000 (22:57 -0800)]
Markup-formatted README

2 years agoNote that useNixStoreImage exists now
Scott Worley [Sun, 21 Nov 2021 01:38:13 +0000 (17:38 -0800)]
Note that useNixStoreImage exists now

I'm disappointed that it doesn't work.  :(

When it's fixed, it can replace this module.

2 years ago21.11: Follow the pathsInNixDB → additionalPaths rename
Scott Worley [Mon, 20 Dec 2021 02:53:02 +0000 (18:53 -0800)]
21.11: Follow the pathsInNixDB → additionalPaths rename

This rename is unfortunate.  We depend here upon this actually being *all
the paths in the Nix DB*.  It still *is* all the paths in the Nix DB —
nothing has changed about its implementation — but now it's named after
one use case (adding some additional paths) rather than what it *is*
(all the paths), which makes this usage here read as if it couldn't
possibly work.  :(

2 years agoNew nixpkgs pin
Scott Worley [Mon, 20 Dec 2021 06:41:14 +0000 (22:41 -0800)]
New nixpkgs pin

Stick to the nixos-unstable branch so folks that use the public build
cache get cache hits.

In particular, make sure to pick up
e8cc900eaec34c2b7399678f0cd47c1b0e36a6ef, which makes useNixStoreImage
actually work.

2 years agoCheck that an unreferenced package does not appear in the guest.
Scott Worley [Sun, 21 Nov 2021 00:16:25 +0000 (16:16 -0800)]
Check that an unreferenced package does not appear in the guest.

2 years agoLicense
Scott Worley [Mon, 25 Oct 2021 21:03:54 +0000 (14:03 -0700)]
License

2 years agoUse a squashfs Nix Store rather than a virtio host mount
Scott Worley [Mon, 25 Oct 2021 07:44:56 +0000 (00:44 -0700)]
Use a squashfs Nix Store rather than a virtio host mount