feat: use specialArgs instead for iceshrimp module

This commit is contained in:
Ahwx 2024-07-15 13:44:46 +02:00
parent abb21d3c9e
commit a01dce3421

View file

@ -1,9 +1,10 @@
{ pkgs, config, ... }: { pkgs, config, iceshrimp, ... }:
{ {
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix
./../../modules/core ./../../modules/core
./../../modules/services/violet.nix ./../../modules/services/violet.nix
iceshrimp.nixosModule
]; ];
networking.hostName = "violet"; networking.hostName = "violet";