update flake

This commit is contained in:
Vivian 2023-05-16 09:56:08 +02:00
parent 1a1f00260f
commit efeeb8d81a
4 changed files with 24 additions and 29 deletions

View file

@ -34,7 +34,6 @@ in {
# Use the GRUB 2 boot loader.
boot.loader.grub.enable = true;
boot.loader.grub.version = 2;
boot.loader.grub.device = "/dev/sda";
# This value determines the NixOS release from which the default

View file

@ -18,9 +18,6 @@ in {
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "22.11"; # Did you read the comment?
# Additional packages
environment.systemPackages = with pkgs; [ ];
networking.firewall.allowedTCPPorts = [ port metricsPort ];
vault-secrets.secrets.synapse = {