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 (2)
This commit is contained in:
parent
a01dce3421
commit
fb5097b0f5
1 changed files with 2 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
description = "FrostPhoenix's nixos configuration";
|
||||
description = "liv's NixOS configuration";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
|
|
@ -71,10 +71,8 @@
|
|||
inherit system;
|
||||
modules = [(
|
||||
import ./hosts/violet
|
||||
iceshrimp.nixosModules.default
|
||||
# agenix.nixosModules.default
|
||||
)];
|
||||
specialArgs = { host="violet"; inherit self inputs username ; };
|
||||
specialArgs = { host="violet"; inherit self inputs username iceshrimp ; };
|
||||
};
|
||||
|
||||
vm = nixpkgs.lib.nixosSystem {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue