Branch: refs/heads/nixpart
Home: https://github.com/NixOS/nixpkgs
Commit: d47ae497a637f57e10d20d6cb25052e7a966a80b
https://github.com/NixOS/nixpkgs/commit/d47ae497a637f57e10d20d6cb25052e7a966a80b
Author: aszlig <[email protected]>
Date: 2015-12-02 (Wed, 02 Dec 2015)
Changed paths:
M nixos/modules/config/swap.nix
M nixos/modules/tasks/filesystems.nix
Log Message:
-----------
nixos: Add storage opt to fileSystems/swapDevices.
References a partition, disk, volume or whatever you like instead of
using a device path or label. Creating those storage devices is done by
nixpart and we can infer the right labels and/or poths from the device
tree.
I've added those hooks here, because duplicating things such as fsType,
label, options or mountPoint in the storage configuration look kinda
pointless to me.
Signed-off-by: aszlig <[email protected]>
Commit: 458680aec31543a360fc14ea5503d447ed893bd4
https://github.com/NixOS/nixpkgs/commit/458680aec31543a360fc14ea5503d447ed893bd4
Author: aszlig <[email protected]>
Date: 2015-12-02 (Wed, 02 Dec 2015)
Changed paths:
M nixos/modules/module-list.nix
A nixos/modules/tasks/storage.nix
Log Message:
-----------
nixos: Add storage module for nixpart.
This is not the final version, because I'm not yet sure whether we want
BTRFS as a special option here. Also, we don't check types properly yet.
Signed-off-by: aszlig <[email protected]>
Commit: a7a086260239645729cffc34b12296ab0f5e7279
https://github.com/NixOS/nixpkgs/commit/a7a086260239645729cffc34b12296ab0f5e7279
Author: aszlig <[email protected]>
Date: 2015-12-02 (Wed, 02 Dec 2015)
Changed paths:
M nixos/modules/tasks/storage.nix
Log Message:
-----------
nixos/storage: Fix missing volgroupType stub.
All of the types are just stubs right now, but I actually forgot
volgroupType, as I didn't do tests of LVM in nixpart so far yet.
Signed-off-by: aszlig <[email protected]>
Commit: 755865271d7a782c98986f84f79205ac6bab0854
https://github.com/NixOS/nixpkgs/commit/755865271d7a782c98986f84f79205ac6bab0854
Author: aszlig <[email protected]>
Date: 2015-12-02 (Wed, 02 Dec 2015)
Changed paths:
M nixos/tests/partition.nix
Log Message:
-----------
nixos/test/partition: Rewrite for nixpart 1.0.
Currently, this is still WIP and subject to change, but it helps to see
whether our storage configuration options actually work out the way we
want.
Still needs a lot of cleanup, especially regarding the -m option, where
I'm not sure whether we should do it with nixpart or write our own
lightweight solution to be built into NixOS.
Signed-off-by: aszlig <[email protected]>
Commit: 2de03d9bb3f7b3a4f3074ecd3baeecee66969d8a
https://github.com/NixOS/nixpkgs/commit/2de03d9bb3f7b3a4f3074ecd3baeecee66969d8a
Author: aszlig <[email protected]>
Date: 2015-12-02 (Wed, 02 Dec 2015)
Changed paths:
M nixos/release.nix
R nixos/tests/partition.nix
A nixos/tests/storage.nix
Log Message:
-----------
nixos/tests: Enable "partition" as "storage".
Renames the test to closer match the NixOS module attribute and put it
into release.nix. Of course, those tests still fail, because nixpart is
still WIP and I haven't pushed the first version yet.
Signed-off-by: aszlig <[email protected]>
Commit: ccc768a00d0a213608e44735cc03017022549a19
https://github.com/NixOS/nixpkgs/commit/ccc768a00d0a213608e44735cc03017022549a19
Author: aszlig <[email protected]>
Date: 2015-12-02 (Wed, 02 Dec 2015)
Changed paths:
M nixos/tests/storage.nix
Log Message:
-----------
nixos/test/storage: Fix reference to kickstart.
We have renamed the function to nixpart() already, so let's make sure we
rename it accordingly.
Signed-off-by: aszlig <[email protected]>
Commit: 8c3790b0de979ce1a51fe6aee99d0f4325f7e681
https://github.com/NixOS/nixpkgs/commit/8c3790b0de979ce1a51fe6aee99d0f4325f7e681
Author: aszlig <[email protected]>
Date: 2015-12-02 (Wed, 02 Dec 2015)
Changed paths:
M nixos/tests/storage.nix
Log Message:
-----------
nixos/tests/storage: Pass storage config as XML.
We're internally calling nix-instantiate to get the required options
from the configuration, so let's pass it through an option that skips
this step.
Signed-off-by: aszlig <[email protected]>
Compare: https://github.com/NixOS/nixpkgs/compare/bbf091ace8f0...8c3790b0de97_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits