summaryrefslogtreecommitdiff
path: root/flora/configuration.nix
diff options
context:
space:
mode:
authorstuebinm2023-05-29 02:13:36 +0200
committerstuebinm2023-05-29 02:13:36 +0200
commit6085f86d2a39c5c8d8c8f256fe2650f02e6ff368 (patch)
treeb273e6598e74b3b461415d31aedb95351d674738 /flora/configuration.nix
parent3ccfcfb3dc9562b38141b26aed3bf61e24be4457 (diff)
initial jump to nixos 23.05
Diffstat (limited to '')
-rw-r--r--flora/configuration.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/flora/configuration.nix b/flora/configuration.nix
index 954e5e6..82c08f5 100644
--- a/flora/configuration.nix
+++ b/flora/configuration.nix
@@ -16,7 +16,6 @@
# Use the GRUB 2 boot loader.
boot.loader.grub.enable = true;
- boot.loader.grub.version = 2;
boot.loader.grub.devices = [ "/dev/sda" ];
sops.defaultSopsFile = ../secrets/flora.yaml;