chore: cleanup redundant module declarations
This commit is contained in:
parent
c4dadd9f25
commit
7dde5410e4
9 changed files with 8 additions and 17 deletions
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
flake,
|
||||
modulesPath,
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
|
|
@ -14,7 +13,6 @@ in
|
|||
{
|
||||
imports = [
|
||||
self.nixosModules.default
|
||||
"${modulesPath}/virtualisation/lxc-container.nix"
|
||||
];
|
||||
|
||||
services.arma.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue