1

Nixos: Remove the containers system module

This commit is contained in:
2024-10-13 13:00:09 +02:00
parent b22ba52db6
commit 93af8e29ef
8 changed files with 94 additions and 236 deletions

View File

@ -1,14 +1,5 @@
{
inputs,
config,
nixosConfig,
lib,
pkgs,
mylib,
...
}: {
{...}: {
imports = [
./containers
./polkit
./systemd-networkd
];