initial retooling
This commit is contained in:
13
modules/core/sovran-manage.nix
Normal file
13
modules/core/sovran-manage.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
sovran-manage = pkgs.writeShellScriptBin "sovran-manage" (builtins.readFile ../../scripts/sovran-manage.sh);
|
||||
in
|
||||
{
|
||||
environment.systemPackages = [
|
||||
sovran-manage
|
||||
pkgs.pwgen
|
||||
pkgs.dig
|
||||
pkgs.curl
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user