mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: use specialArgs instead for iceshrimp module
This commit is contained in:
parent
abb21d3c9e
commit
a01dce3421
1 changed files with 2 additions and 1 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue