diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2026-02-28 13:24:27 +0100 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2026-02-28 13:24:27 +0100 |
| commit | 56a02c830936b935f00defbb88a054a6f3406227 (patch) | |
| tree | d68d0e44cd6c9146c0cb5b1481f2d5290803fd01 /flake.nix | |
| parent | 201adefc4b95ed2792ab40de33b1117b6bdcb081 (diff) | |
Revert "add mount-system script"
This reverts commit 1afb76887ac5ffd22a6497fa83fc4f75dec18105.
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -67,15 +67,6 @@ environment.systemPackages = with pkgs; [ vim - (pkgs.writeShellApplication { - name = "mount-system"; - text = '' - cryptsetup open /dev/disk/by-uuid/47e77d74-1aad-4d99-9aa7-568d8524b305 crypt - mount /dev/disk/by-uuid/9e447187-fae1-466a-b37d-4de1fe240c6f /mnt - mount /dev/disk/by-uuid/b99733fc-3734-41d3-8fe5-2682714f319e /mnt/boot - swapon /mnt/swap - ''; - }) ]; } ) |
