From 373437b9096d006ee0da05350ec979e8c8e46b9e Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Thu, 17 Apr 2025 10:25:42 -0500 Subject: [PATCH] read ip from not so secret file --- nixos/configuration.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 3c67d2c..7781c12 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -18,10 +18,6 @@ systemd.user.services.mbsync.unitConfig.After = [ "sops-nix.service" ]; - # Use the systemd-boot EFI boot loader. - # boot.loader.systemd-boot.enable = true; - # boot.loader.efi.canTouchEfiVariables = true; - # Grub Boot Loader Setup boot.loader.grub = { enable = true;