mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2026-01-03 06:29:54 +01:00
treewide: Move machines/core to profiles/core
This commit is contained in:
parent
b494b01a9c
commit
346f4d6592
8 changed files with 3 additions and 3 deletions
45
profiles/core/core.nix
Normal file
45
profiles/core/core.nix
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
# Packages
|
||||
environment.systemPackages = with pkgs; [
|
||||
bandwhich
|
||||
bind # dig
|
||||
borgbackup
|
||||
cryptsetup
|
||||
delta
|
||||
fd # find replacement
|
||||
file
|
||||
fzf
|
||||
gettext
|
||||
git
|
||||
gptfdisk
|
||||
htop
|
||||
jq
|
||||
killall
|
||||
lsof
|
||||
mosh
|
||||
mtr
|
||||
multipath-tools # kpartx
|
||||
nmap
|
||||
nmon
|
||||
ouch # de-/compress
|
||||
pciutils
|
||||
progress
|
||||
pv
|
||||
reptyr
|
||||
rsync
|
||||
screen
|
||||
sd # sed replacement
|
||||
stress-ng
|
||||
tmux
|
||||
unzip
|
||||
usbutils
|
||||
vim
|
||||
wget
|
||||
whois
|
||||
xcp
|
||||
zip
|
||||
];
|
||||
|
||||
time.timeZone = "Europe/Berlin";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue