diff options
author | Alex Auvolat <alex@adnab.me> | 2023-11-16 00:13:19 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-11-16 00:14:21 +0100 |
commit | fdc6d833384f75f6915aac8448f41d0701a5c8a5 (patch) | |
tree | 666368d2322710f4a7deced2e7eddeda04f97065 /nixos/lindy.nix | |
parent | 53b48c88ab5125c729d59b984647deda3cc9ead6 (diff) | |
download | user-config-fdc6d833384f75f6915aac8448f41d0701a5c8a5.tar.gz user-config-fdc6d833384f75f6915aac8448f41d0701a5c8a5.zip |
add komaru on lindy; add sqlite3
Diffstat (limited to 'nixos/lindy.nix')
-rw-r--r-- | nixos/lindy.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/lindy.nix b/nixos/lindy.nix index d168db8..aafb07b 100644 --- a/nixos/lindy.nix +++ b/nixos/lindy.nix @@ -100,8 +100,8 @@ environment.etc.crypttab = { enable = true; text = '' -Kurisu UUID=f593d307-66cc-4586-a899-f1ca20d74430 /nix/persist/root/kurisu_key Kogami UUID=61534c91-df18-4c71-9244-54e677f5d4fa /nix/persist/root/kogami_key +Komaru UUID=caf8496f-006b-4762-bb20-506d4c7bdb51 /nix/persist/root/komaru_key ''; }; |