move modules out
This commit is contained in:
parent
6c910125f7
commit
ab9955e681
10 changed files with 18 additions and 20 deletions
|
@ -1,24 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
# system packages + services
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
wget
|
||||
fastfetch
|
||||
lsof
|
||||
btop
|
||||
git
|
||||
openssl
|
||||
stdenv
|
||||
gnumake
|
||||
parted
|
||||
zfs
|
||||
|
||||
sqlite
|
||||
];
|
||||
|
||||
services.openssh.enable = true;
|
||||
services.printing.enable = true;
|
||||
services.tailscale.enable = true;
|
||||
services.tailscale.useRoutingFeatures = "both";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue