Merge branch 'main' of github.com:jroeger23/.nixos

This commit is contained in:
2025-04-03 13:06:19 +02:00
2 changed files with 36 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
{pkgs, ...}: {
imports = [
# Include the results of the hardware scan.
# ./hardware-configuration.nix
./hardware-configuration.nix
../../modules/services/nextcloud-instance.nix
];
@@ -50,6 +49,8 @@
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "24.11"; # Did you read the comment?
boot.loader.grub.device = "/dev/sda";
# Set your time zone.
time.timeZone = "Europe/Berlin";