summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2026-02-28 13:24:27 +0100
committerquentin@aristote.fr <quentin@aristote.fr>2026-02-28 13:24:27 +0100
commit56a02c830936b935f00defbb88a054a6f3406227 (patch)
treed68d0e44cd6c9146c0cb5b1481f2d5290803fd01
parent201adefc4b95ed2792ab40de33b1117b6bdcb081 (diff)
Revert "add mount-system script"
This reverts commit 1afb76887ac5ffd22a6497fa83fc4f75dec18105.
-rw-r--r--flake.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/flake.nix b/flake.nix
index 8394312..509ec90 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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
- '';
- })
];
}
)