Compare commits

...

6 commits

Author SHA1 Message Date
dc3064b545 use unstable alias for astroid 2021-10-04 10:31:35 +02:00
9deaa5ff53 set default sample-rate to 48khz 2021-10-04 10:31:35 +02:00
edae67a33a vsink alias for values sink in helm 2021-10-04 10:31:35 +02:00
3f022996ae k = kubectl alias 2021-10-04 10:31:35 +02:00
9f948b954b auto-update nixos 2021-10-04 10:31:35 +02:00
8b27c46829 use python 3.8 for nagstamon 2021-10-04 10:31:35 +02:00
6 changed files with 9 additions and 6 deletions

View file

@ -32,6 +32,7 @@
"openssl-1.0.2u"
];
system.autoUpgrade.enable = true;
system.stateVersion = "20.03"; # We can stay here
}

View file

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, python39Packages, wrapQtAppsHook }:
{ stdenv, fetchFromGitHub, python38Packages, wrapQtAppsHook }:
python39Packages.buildPythonApplication rec {
python38Packages.buildPythonApplication rec {
pname = "nagstamon";
version = "3.7.0-alpha";
@ -20,7 +20,7 @@ python39Packages.buildPythonApplication rec {
wrapQtApp $out/bin/nagstamon.py
'';
propagatedBuildInputs = with python39Packages; [
propagatedBuildInputs = with python38Packages; [
beautifulsoup4
configparser
dateutil

View file

@ -83,6 +83,7 @@ in {
alias less="bat -p"
alias ls="ls --color=auto"
alias vim="nvim"
alias k="kubectl"
for script in "$HOME"/dotfiles/bashrc/*.sh; do
. "$script"
@ -103,6 +104,7 @@ in {
ls = "ls --color=auto";
vim = "nvim";
sink = "VAULT_TOKEN=$(vault token lookup -format=json | jq -r .data.id) ENVIRONMENTS=staging ~/git/bitsbeats/vault-sink/sink";
usink = "VAULT_TOKEN=$(vault token lookup -format=json | jq -r .data.id) ENVIRONMENTS=staging ~/git/bitsbeats/vault-sink/sink < ./helm/*/values.yaml > values.yaml";
};
};

View file

@ -55,7 +55,7 @@ in {
config.pipewire = {
"context.properties" = {
"default.clock.rate" = 44100;
"default.clock.rate" = 48000;
};
};
};

View file

@ -1,10 +1,11 @@
{ config, lib, pkgs, ... }:
let
unstable = import <nixos-unstable> { config.allowUnfree = true; };
notcoal = pkgs.callPackage (import ../packages/notcoal) {};
in {
environment.systemPackages = with pkgs; [
astroid
unstable.astroid
isync
khal
msmtp

View file

@ -31,7 +31,6 @@ in {
cloudstation
nagstamon
astroid
drone-cli
go-jira
govc