From a524274254b6e94524e46ef6e50266da69019952 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=E2=80=9CNiols=E2=80=9D=20Jeannerod?= Date: Mon, 11 Nov 2024 17:22:59 +0100 Subject: [PATCH] Cleanup dead code --- flake.nix | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/flake.nix b/flake.nix index 77299be..c1e7f44 100644 --- a/flake.nix +++ b/flake.nix @@ -37,10 +37,8 @@ perSystem = { config, - self', inputs', pkgs, - system, ... }: { @@ -130,17 +128,15 @@ ssh.hostPublicKey = readFile ./hostKeys/fedi${self.vmIdTo03d vmid}/ssh_host_ed25519_key.pub; nixpkgs = inputs.nixpkgs; - nixos.module = - { pkgs, modulesPath, ... }: - { - imports = [ - vmconfig - { procolix.vmid = vmid; } - ./procolixVm.nix - inputs.snf.nixosModules.fediversity - inputs.disko.nixosModules.default - ]; - }; + nixos.module = { + imports = [ + vmconfig + { procolix.vmid = vmid; } + ./procolixVm.nix + inputs.snf.nixosModules.fediversity + inputs.disko.nixosModules.default + ]; + }; }; in