Compare commits
6 Commits
8c1da2190c
...
48f36f5d9e
Author | SHA1 | Date |
---|---|---|
Tim Van Baak | 48f36f5d9e | |
Tim Van Baak | 17b87e606c | |
Tim Van Baak | b4a32f04b5 | |
Tim Van Baak | e71acea928 | |
Tim Van Baak | d47d87d91f | |
Tim Van Baak | 0fce9564f5 |
|
@ -7,7 +7,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
beatific.hostName = "catacomb";
|
beatific.hostName = "catacomb";
|
||||||
beatific.defaults.tvbSync = false;
|
beatific.defaults.tvbSync = true;
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
loader = {
|
loader = {
|
||||||
|
@ -26,17 +26,16 @@
|
||||||
swapDevices = [ { device = "/swap"; size = 1024; } ];
|
swapDevices = [ { device = "/swap"; size = 1024; } ];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
tmux man-pages pv lsof
|
exiftool # media metadata tool
|
||||||
usbutils
|
lsof # list open files
|
||||||
hdparm sdparm smartmontools gptfdisk gnufdisk
|
mkpasswd # used for setting SMB passwords, I think?
|
||||||
dosfstools
|
samba # provides smbpasswd, mostly
|
||||||
mkpasswd samba
|
smartmontools # provides smartctl
|
||||||
rclone gnupg
|
usbutils # provides lsusb
|
||||||
exiftool
|
|
||||||
];
|
];
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostId = "beeeeee5";
|
hostId = "beeeeee5"; # this must be consistent for ZFS
|
||||||
firewall = {
|
firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowedTCPPorts = [ 139 445 ];
|
allowedTCPPorts = [ 139 445 ];
|
||||||
|
|
Loading…
Reference in New Issue