rename file share to holocron
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user