nixpkgs-fmt

This commit is contained in:
Grigory Shipunov 2022-06-11 23:28:31 +02:00
parent 3924624e75
commit f422ad701c
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
11 changed files with 61 additions and 32 deletions

View file

@ -62,8 +62,8 @@
ls = "exa";
ll = "exa -l";
l = "exa -al";
ssh="TERM=xterm-256color ssh";
mutt="neomutt";
ssh = "TERM=xterm-256color ssh";
mutt = "neomutt";
};
users.defaultUserShell = pkgs.zsh;
@ -75,10 +75,10 @@
bindkey -e
'';
promptInit = ''
source /run/current-system/sw/share/zsh/plugins/liquidprompt/liquidprompt
if [[ -n "$IN_NIX_SHELL" ]]; then
prompt_tag "(nix-shell)"
fi
source /run/current-system/sw/share/zsh/plugins/liquidprompt/liquidprompt
if [[ -n "$IN_NIX_SHELL" ]]; then
prompt_tag "(nix-shell)"
fi
'';
};

View file

@ -1,5 +1,9 @@
{ pkgs, lib, ... }: {
nix = {
extraOptions = ''
builders-use-substitutes = true
'';
registry.microvm = {
from = {
type = "indirect";

View file

@ -1,4 +1,4 @@
{config, pkgs, ... }:
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [

View file

@ -16,7 +16,7 @@
systemd.automounts = [{
wantedBy = [ "multi-user.target" ];
requires = [ "wg-quick-wg-dvb.service" ];
automountConfig= {
automountConfig = {
TimeoutIdleSec = "600";
};
where = "/mnt/dvb";

View file

@ -0,0 +1,3 @@
{ pkgs, ... }
{
}

View file

@ -80,8 +80,8 @@
zeroconf.discovery.enable = true;
extraClientConf = ''
autospawn=yes
'';
};
'';
};
services.pipewire = {
enable = true;
@ -133,5 +133,11 @@
programs.bash.vteIntegration = true;
services.upower.enable = true;
services.udisks2.enable = true;
environment.shellAliases = {
mnt = "udisksctl mount -b";
umnt = "udisksctl unmount -b";
};
qt5.platformTheme = "gnome";
}

View file

@ -3,10 +3,10 @@
{
powerManagement.cpuFreqGovernor = null;
services.power-profiles-daemon.enable = false;
services.tlp ={
services.tlp = {
enable = true;
settings = {
USB_BLACKLIST="1d50:604b 1d50:6089 1d50:cc15 1fc9:000c";
USB_BLACKLIST = "1d50:604b 1d50:6089 1d50:cc15 1fc9:000c";
};
};
}

View file

@ -3,8 +3,8 @@
{
networking.wg-quick.interfaces = {
wg-zw = {
privateKeyFile=config.sops.secrets."wg/wg-zw-seckey".path;
address = ["172.20.76.226" ];
privateKeyFile = config.sops.secrets."wg/wg-zw-seckey".path;
address = [ "172.20.76.226" ];
dns = [ "172.20.73.8" ];
peers = [
{
@ -15,7 +15,7 @@
];
};
wg-dvb = {
privateKeyFile=config.sops.secrets."wg/wg-dvb-seckey".path;
privateKeyFile = config.sops.secrets."wg/wg-dvb-seckey".path;
address = [ "10.13.37.3/32" ];
peers = [
@ -29,11 +29,11 @@
};
mlwd-nl = {
privateKeyFile=config.sops.secrets."wg/mlwd-nl-seckey".path;
privateKeyFile = config.sops.secrets."wg/mlwd-nl-seckey".path;
address = [ "10.65.79.164/32" "fc00:bbbb:bbbb:bb01::2:4fa3/128" ];
dns = [ "193.138.218.74" ];
peers = [ {
peers = [{
publicKey = "StMPmol1+QQQQCJyAkm7t+l/QYTKe5CzXUhw0I6VX14=";
allowedIPs = [ "0.0.0.0/0" "::0/0" ];
endpoint = "92.60.40.194:51820";