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"];
zfs.enableUnstable = true;
kernelParams = [ "zfs.zfs_dmu_offset_next_sync=0" ];
};
system.stateVersion = "22.11"; # Read the usual warning
swapDevices = [ { device = "/swap"; size = 1024; } ];
environment.systemPackages = with pkgs; [
tmux man-pages pv lsof
beatific.defaults.programs = false; # Disabled until I know the flask-python env isn't necessary for something
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
hdparm sdparm smartmontools gptfdisk gnufdisk
dosfstools
mkpasswd samba
#file-rename
rsync
rclone gnupg
tree
exiftool
];

View File

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