From fb5097b0f5c27bdac882fc210d2daa7619d19065 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 15 Jul 2024 13:44:54 +0200 Subject: [PATCH] feat: use `specialArgs` instead for `iceshrimp` module (2) --- flake.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index b7c2db2..099c8d6 100644 --- a/flake.nix +++ b/flake.nix @@ -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 {