WIP introduce nixos module system for configuration
This commit is contained in:
6
tests/module/module.nix
Normal file
6
tests/module/module.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ config, pkgs, ... } :
|
||||
{
|
||||
services.z = pkgs.figlet;
|
||||
|
||||
systemPackages = [ pkgs.units ] ;
|
||||
}
|
Reference in New Issue
Block a user