rewrite
This commit is contained in:
11
modules/common.nix
Normal file
11
modules/common.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./common/users.nix
|
||||
./common/packages.nix
|
||||
./common/services.nix
|
||||
./common/networking.nix
|
||||
./common/system.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user