removed install specific from galadriel

This commit is contained in:
Adrian Gunnar Lauterer 2023-12-06 21:40:48 +01:00
parent 74518dbefa
commit 7874f64848
1 changed files with 2 additions and 20 deletions

View File

@ -7,15 +7,9 @@
{ {
imports = imports =
[ # Include the results of the hardware scan. [ # Include the results of the hardware scan.
./hardware-configuration.nix
./vim.nix ./vim.nix
]; ];
# Bootloader.
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/sda";
boot.loader.grub.useOSProber = true;
networking.hostName = "galadriel"; # Define your hostname. networking.hostName = "galadriel"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
@ -59,6 +53,8 @@
wget wget
git git
rsync rsync
zfs
tailscale
nfs-utils nfs-utils
cifs-utils cifs-utils
tailscale tailscale
@ -164,18 +160,4 @@
"x-systemd.idle-timeout=600" "x-systemd.idle-timeout=600"
]; ];
}; };
#default scary stuff
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave
# this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "22.11"; # Did you read the comment?
} }