mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-27 18:57:15 +08:00
Unused args
This commit is contained in:
parent
eb103395db
commit
a5c6e509c3
6 changed files with 4 additions and 8 deletions
|
|
@ -1,5 +1,3 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
time.timeZone = "America/New_York";
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
# https://nixos.wiki/wiki/Distributed_build
|
||||
{
|
||||
nix.buildMachines = [
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, config, flake, ... }: {
|
||||
{ flake, ... }: {
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
users.users.${flake.config.people.myself} = {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, flake, ... }: {
|
||||
{ flake, ... }: {
|
||||
virtualisation.lxd.enable = true;
|
||||
|
||||
users.users.${flake.config.people.myself} = {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, flake, ... }: {
|
||||
{ flake, ... }: {
|
||||
# For no-prompt Ctrl+Shift+B in VSCode
|
||||
security.sudo.extraRules = [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, lib, flake, ... }:
|
||||
{ flake, ... }:
|
||||
|
||||
{
|
||||
# Let me login
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue