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