1
1
Fork 0

Compare commits

...

3 Commits

Author SHA1 Message Date
Tim Van Baak f8e09d26d1 beatific: enable default programs 2023-12-27 05:17:57 +00:00
Tim Van Baak 3a954c35c1 beatific: add more default programs 2023-12-27 05:17:45 +00:00
Tim Van Baak a8730b3a13 catacomb: workaround for a rare ZFS bug
This can be removed if a recent 23.11 is taken or 24.05
2023-12-27 05:01:34 +00:00
2 changed files with 9 additions and 17 deletions

View File

@ -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
];

View File

@ -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 = {