summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/fs/sda-crypto-root.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/2configs/fs/sda-crypto-root.nix')
-rw-r--r--makefu/2configs/fs/sda-crypto-root.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/fs/sda-crypto-root.nix b/makefu/2configs/fs/sda-crypto-root.nix
index 5c7cdf71..cfa703aa 100644
--- a/makefu/2configs/fs/sda-crypto-root.nix
+++ b/makefu/2configs/fs/sda-crypto-root.nix
@@ -4,7 +4,7 @@
# sda1: boot ext4 (label nixboot) - must be unlocked on boot if required:
# boot.initrd.luks.devices = [ { name = "luksroot"; device = "/dev/sda2"; allowDiscards=true; }];
# sda2: cryptoluks -> ext4
-with config.krebs.lib;
+with import <stockholm/lib>;
{
boot = {
loader.grub.enable = true;