mirror of
https://github.com/lxstinthesky/matrix.git
synced 2025-11-05 10:22:48 +00:00
updated disko setup
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
imports = [
|
||||
./users/users.nix
|
||||
./modules/ssh.nix
|
||||
./hardware-configuration.nix
|
||||
./vps/hetzner/hardware-configuration.nix
|
||||
./modules/zsh.nix
|
||||
];
|
||||
|
||||
@@ -14,6 +14,10 @@
|
||||
# Bootloader.
|
||||
boot.loader.grub.enable = true;
|
||||
|
||||
|
||||
boot.initrd.kernelModules = [ "virtio_gpu" ];
|
||||
boot.kernelParams = [ "console=tty" ];
|
||||
|
||||
networking.hostName = "matrix";
|
||||
|
||||
# time zone
|
||||
|
||||
Reference in New Issue
Block a user