13 lines
No EOL
145 B
Nix
13 lines
No EOL
145 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./security.nix
|
|
|
|
./gnome-keyring.nix
|
|
./machine-id.nix
|
|
./polkit.nix
|
|
./sysctl.nix
|
|
./tpm.nix
|
|
];
|
|
} |