add harbor vm config

This commit is contained in:
2025-04-03 02:54:16 +02:00
parent e699b6cc42
commit 4eb90beab5
2 changed files with 36 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
{pkgs, ...}: {
imports = [
# Include the results of the hardware scan.
# ./hardware-configuration.nix
./hardware-configuration.nix
];
# Configure nix and garbage collection
@@ -46,6 +46,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";