diff options
author | stuebinm | 2023-05-29 02:13:36 +0200 |
---|---|---|
committer | stuebinm | 2023-05-29 02:13:36 +0200 |
commit | 6085f86d2a39c5c8d8c8f256fe2650f02e6ff368 (patch) | |
tree | b273e6598e74b3b461415d31aedb95351d674738 /surltesh-echer | |
parent | 3ccfcfb3dc9562b38141b26aed3bf61e24be4457 (diff) |
initial jump to nixos 23.05
Diffstat (limited to 'surltesh-echer')
-rw-r--r-- | surltesh-echer/configuration.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/surltesh-echer/configuration.nix b/surltesh-echer/configuration.nix index d3ab32d..0b5dab9 100644 --- a/surltesh-echer/configuration.nix +++ b/surltesh-echer/configuration.nix @@ -8,7 +8,6 @@ # Use the GRUB 2 boot loader. boot.loader.grub.enable = true; - boot.loader.grub.version = 2; boot.loader.grub.device = "/dev/sda"; networking.hostName = "surltesh-echer"; # Define your hostname. |