Compare commits
3 Commits
5b752f7cfa
...
f8e09d26d1
Author | SHA1 | Date |
---|---|---|
Tim Van Baak | f8e09d26d1 | |
Tim Van Baak | 3a954c35c1 | |
Tim Van Baak | a8730b3a13 |
|
@ -18,31 +18,20 @@
|
|||
};
|
||||
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; } ];
|
||||
|
||||
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
|
||||
environment.systemPackages = with pkgs; [
|
||||
tmux man-pages pv lsof
|
||||
usbutils
|
||||
hdparm sdparm smartmontools gptfdisk gnufdisk
|
||||
dosfstools
|
||||
mkpasswd samba
|
||||
#file-rename
|
||||
rsync
|
||||
rclone gnupg
|
||||
tree
|
||||
exiftool
|
||||
];
|
||||
|
||||
|
|
|
@ -83,13 +83,16 @@ in {
|
|||
bc # Terminal calculator
|
||||
curl
|
||||
duf
|
||||
file
|
||||
killall
|
||||
file # File type inspector
|
||||
nebula
|
||||
psmisc # provides killall
|
||||
python3
|
||||
tree
|
||||
rsync
|
||||
tree # Directory tree view
|
||||
unzip
|
||||
vim
|
||||
wget
|
||||
zip
|
||||
];
|
||||
programs = {
|
||||
git = {
|
||||
|
|
Loading…
Reference in New Issue