rename file share to holocron

This commit is contained in:
2025-10-14 10:25:03 -05:00
parent 182cab6bf3
commit a3e8019878
8 changed files with 36 additions and 45 deletions

View File

@@ -8,8 +8,10 @@ in
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
../../hosts
../../users/blake
../../modules/system
../../modules/holocron
../../modules/homelab
../../modules/homelab/minecraft_recpro
];
@@ -24,7 +26,7 @@ in
tailscale.enable = true;
nvidia.enable = true;
};
fileshare = {
holocron = {
zfs.enable = true;
smb.enable = true;
nfs.enable = true;
@@ -87,43 +89,10 @@ in
};
# set timezone
time.timeZone = "America/Chicago";
hardware.bluetooth.enable = true;
# define shell
programs.zsh.enable = true;
# package install list
environment.systemPackages = with pkgs; [
git
age
rsync
wget
curl
fzf
fd
alejandra
tree
vim
lf
tmux
btop
neofetch
usbutils
inetutils
iptables
bluez
];
# allow proprietary packages
nixpkgs.config.allowUnfree = true;
# enable flakes
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# Open ports in the firewall.
networking.firewall.allowedTCPPorts = [