Unused args

This commit is contained in:
Sridhar Ratnakumar 2023-07-15 11:32:00 -04:00
parent eb103395db
commit a5c6e509c3
6 changed files with 4 additions and 8 deletions

View file

@ -1,5 +1,3 @@
{ config, pkgs, ... }:
{
time.timeZone = "America/New_York";

View file

@ -1,5 +1,3 @@
{ config, pkgs, ... }:
# https://nixos.wiki/wiki/Distributed_build
{
nix.buildMachines = [

View file

@ -1,4 +1,4 @@
{ pkgs, config, flake, ... }: {
{ flake, ... }: {
virtualisation.docker.enable = true;
users.users.${flake.config.people.myself} = {

View file

@ -1,4 +1,4 @@
{ pkgs, flake, ... }: {
{ flake, ... }: {
virtualisation.lxd.enable = true;
users.users.${flake.config.people.myself} = {

View file

@ -1,4 +1,4 @@
{ pkgs, flake, ... }: {
{ flake, ... }: {
# For no-prompt Ctrl+Shift+B in VSCode
security.sudo.extraRules = [
{

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, flake, ... }:
{ flake, ... }:
{
# Let me login