1

Nixos: Remove the containers system module

This commit is contained in:
2024-10-13 13:00:09 +02:00
parent 7fecb6fce3
commit df5ab8e0c6
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
];