Merge branch 'main' of github.com:jroeger23/.nixos
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user