Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | feat: noop partitions | Jairo Llopis | 2022-07-08 | 2 | -1/+15 | |
|/ | | | | | | | | | | Some deployments just need a raw block device because the app works better when handling those. Examples: Ceph, Longhorn, OpenEBS. The new `noop` type supports that. It just does nothing with the partitions created, whenever applied. @moduon MT-904 | |||||
* | Merge pull request #4 from Mic92/docs | Lassulus | 2019-09-16 | 1 | -38/+45 | |
|\ | | | | | Improve documentation | |||||
| * | README.md: explain tsp-create/tsp-mount commands. | Jörg Thalheim | 2019-09-16 | 1 | -0/+6 | |
| | | ||||||
| * | README: fix incorrect example | Jörg Thalheim | 2019-09-16 | 1 | -1/+1 | |
| | | ||||||
| * | README.md: put tsp-disk.json before configuration.nix | Jörg Thalheim | 2019-09-16 | 1 | -24/+25 | |
| | | | | | | | | | | This is imho the more important configuration of this tool. The configuration.nix is just necessary boiler code. | |||||
| * | README.md: comment install-to-hd by default out | Jörg Thalheim | 2019-09-16 | 1 | -13/+13 | |
|/ | | | | otherwise people might accidentally loose data. | |||||
* | README: fix example syntax | lassulus | 2019-02-02 | 1 | -1/+1 | |
| | ||||||
* | lib.*.lv: /dev/foo/bar -> /dev/mapper/foo-bar | tv | 2018-10-07 | 1 | -3/+3 | |
| | ||||||
* | lib.config.filesystem: propagate options | tv | 2018-10-07 | 1 | -0/+1 | |
| | ||||||
* | lib.config: mergeAttrs -> recursiveUpdate | tv | 2018-10-07 | 1 | -3/+3 | |
| | ||||||
* | add ci.nix | lassulus | 2018-09-13 | 1 | -0/+8 | |
| | ||||||
* | lib/default: check for fs instead of luks | makefu | 2018-09-11 | 1 | -1/+1 | |
| | ||||||
* | optional string brackets | makefu | 2018-09-11 | 1 | -3/+3 | |
| | ||||||
* | Merge remote-tracking branch 'lass/fix' | makefu | 2018-09-11 | 1 | -3/+3 | |
|\ | ||||||
| * | mount.devices: fix attribute not found error | lassulus | 2018-09-11 | 1 | -3/+3 | |
| | | ||||||
* | | add default.nix | makefu | 2018-09-11 | 1 | -0/+3 | |
| | | ||||||
* | | add README,stand-alone example | makefu | 2018-09-11 | 3 | -0/+110 | |
|/ | ||||||
* | add nixos test | lassulus | 2018-08-05 | 1 | -0/+97 | |
| | ||||||
* | mount: prefix with /mnt | lassulus | 2018-08-05 | 1 | -3/+3 | |
| | ||||||
* | lib.mount.filesystem: don't mount if already mounted | lassulus | 2018-07-31 | 1 | -2/+4 | |
| | ||||||
* | lib.body.*: don't require initial (unused) state | lassulus | 2018-07-31 | 2 | -29/+36 | |
| | ||||||
* | lib: add mount | lassulus | 2018-07-31 | 2 | -0/+45 | |
| | ||||||
* | add luks.extraArgs | lassulus | 2018-07-31 | 2 | -1/+5 | |
| | ||||||
* | layout -> devices, expose body | lassulus | 2018-07-31 | 2 | -25/+20 | |
| | ||||||
* | rename format -> create | lassulus | 2018-07-24 | 2 | -22/+22 | |
| | ||||||
* | add top-level layout type | lassulus | 2018-07-19 | 2 | -51/+63 | |
| | ||||||
* | generate nixos config from definition, split into format & config | lassulus | 2018-07-19 | 2 | -17/+47 | |
| | ||||||
* | fun.table: remove -a optimal | tv | 2018-07-17 | 1 | -1/+1 | |
| | ||||||
* | lib: add disko | lassulus | 2018-07-17 | 2 | -43/+47 | |
| | ||||||
* | example: sort and remove dead code | tv | 2018-07-13 | 1 | -30/+22 | |
| | ||||||
* | move disko.nix to example/ and add usage | tv | 2018-07-13 | 2 | -2/+4 | |
| | ||||||
* | initial vommit | lassulus | 2018-07-13 | 2 | -0/+109 | |