From a5c6e509c3f6e27c3501d8294daeb85eb023af80 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sat, 15 Jul 2023 11:32:00 -0400 Subject: [PATCH] Unused args --- nixos/current-location.nix | 2 -- nixos/distributed-build.nix | 2 -- nixos/docker.nix | 2 +- nixos/lxd.nix | 2 +- nixos/self-ide.nix | 2 +- nixos/ssh-authorize.nix | 2 +- 6 files changed, 4 insertions(+), 8 deletions(-) diff --git a/nixos/current-location.nix b/nixos/current-location.nix index 2da4731..13fbf22 100644 --- a/nixos/current-location.nix +++ b/nixos/current-location.nix @@ -1,5 +1,3 @@ -{ config, pkgs, ... }: - { time.timeZone = "America/New_York"; diff --git a/nixos/distributed-build.nix b/nixos/distributed-build.nix index f092dad..0d8b7ed 100644 --- a/nixos/distributed-build.nix +++ b/nixos/distributed-build.nix @@ -1,5 +1,3 @@ -{ config, pkgs, ... }: - # https://nixos.wiki/wiki/Distributed_build { nix.buildMachines = [ diff --git a/nixos/docker.nix b/nixos/docker.nix index c6cd5ff..39c2ad8 100644 --- a/nixos/docker.nix +++ b/nixos/docker.nix @@ -1,4 +1,4 @@ -{ pkgs, config, flake, ... }: { +{ flake, ... }: { virtualisation.docker.enable = true; users.users.${flake.config.people.myself} = { diff --git a/nixos/lxd.nix b/nixos/lxd.nix index 560b12c..ca41964 100644 --- a/nixos/lxd.nix +++ b/nixos/lxd.nix @@ -1,4 +1,4 @@ -{ pkgs, flake, ... }: { +{ flake, ... }: { virtualisation.lxd.enable = true; users.users.${flake.config.people.myself} = { diff --git a/nixos/self-ide.nix b/nixos/self-ide.nix index 5d6f75c..3a4cf0b 100644 --- a/nixos/self-ide.nix +++ b/nixos/self-ide.nix @@ -1,4 +1,4 @@ -{ pkgs, flake, ... }: { +{ flake, ... }: { # For no-prompt Ctrl+Shift+B in VSCode security.sudo.extraRules = [ { diff --git a/nixos/ssh-authorize.nix b/nixos/ssh-authorize.nix index bd91655..baa5372 100644 --- a/nixos/ssh-authorize.nix +++ b/nixos/ssh-authorize.nix @@ -1,4 +1,4 @@ -{ config, pkgs, lib, flake, ... }: +{ flake, ... }: { # Let me login