1
1
Fork 0

Compare commits

..

No commits in common. "f8e09d26d11397a577491a504a7d08a7b66029d7" and "5b752f7cfa163b069e2f5d974b741a1491267b4f" have entirely different histories.

2 changed files with 17 additions and 9 deletions

View File

@ -18,20 +18,31 @@
}; };
supportedFilesystems = ["zfs"]; supportedFilesystems = ["zfs"];
zfs.enableUnstable = true; zfs.enableUnstable = true;
kernelParams = [ "zfs.zfs_dmu_offset_next_sync=0" ];
}; };
system.stateVersion = "22.11"; # Read the usual warning system.stateVersion = "22.11"; # Read the usual warning
swapDevices = [ { device = "/swap"; size = 1024; } ]; swapDevices = [ { device = "/swap"; size = 1024; } ];
environment.systemPackages = with pkgs; [ beatific.defaults.programs = false; # Disabled until I know the flask-python env isn't necessary for something
tmux man-pages pv lsof environment.systemPackages = with pkgs;
let
py3-packages = python-packages: with python-packages; [
flask
];
py3-with-packages = python3.withPackages py3-packages;
in [
wget vim curl git htop bash tmux psmisc man-pages pv lsof
zip unzip
py3-with-packages
usbutils usbutils
hdparm sdparm smartmontools gptfdisk gnufdisk hdparm sdparm smartmontools gptfdisk gnufdisk
dosfstools dosfstools
mkpasswd samba mkpasswd samba
#file-rename
rsync
rclone gnupg rclone gnupg
tree
exiftool exiftool
]; ];

View File

@ -83,16 +83,13 @@ in {
bc # Terminal calculator bc # Terminal calculator
curl curl
duf duf
file # File type inspector file
killall
nebula nebula
psmisc # provides killall
python3 python3
rsync tree
tree # Directory tree view
unzip
vim vim
wget wget
zip
]; ];
programs = { programs = {
git = { git = {