init
This commit is contained in:
19
modules/default.nix
Normal file
19
modules/default.nix
Normal file
@@ -0,0 +1,19 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./nginx.nix
|
||||
./tailscale.nix
|
||||
];
|
||||
|
||||
config = {
|
||||
system-manager.allowAnyDistro = true;
|
||||
nixpkgs.hostPlatform = "aarch64-linux";
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
curl
|
||||
wget
|
||||
htop
|
||||
vim
|
||||
];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user