steveej-t480s-work: upgrade to nixos 19.03
This commit is contained in:
parent
ec01ff74b6
commit
87bd443af3
5 changed files with 11 additions and 9 deletions
|
@ -152,7 +152,7 @@ in {
|
|||
# virtualbox
|
||||
vagrant
|
||||
rkt
|
||||
python27Packages.docker_compose
|
||||
# 2019-03-05: missing on 19.03 python27Packages.docker_compose
|
||||
# unstablepkgs.kubernetes
|
||||
unstablepkgs.minikube
|
||||
unstablepkgs.openshift
|
||||
|
@ -185,7 +185,7 @@ in {
|
|||
iperf
|
||||
bind
|
||||
socat
|
||||
linssid
|
||||
# 2019-03-05: broken on 19.03 linssid
|
||||
iptraf-ng
|
||||
ipmitool
|
||||
|
||||
|
@ -324,7 +324,7 @@ in {
|
|||
bazel
|
||||
|
||||
## Android
|
||||
androidsdk
|
||||
# 2019-03-05: missing on 19.03 androidsdk
|
||||
|
||||
## Java
|
||||
# jre
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
nixpkgs.config = {
|
||||
chromium = {
|
||||
enablePepperPDF = true;
|
||||
# 2019-03-05: missing on 19.03 enablePepperPDF = true;
|
||||
enablePepperFlash = false;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -93,6 +93,8 @@ in {
|
|||
"sha256" = "181siphb87yzln9433159ssa6vmm1h2dd0kqhlx7bgsi51gng4rv";
|
||||
};
|
||||
};
|
||||
|
||||
tlib = vimPlugins.tlib_vim;
|
||||
};
|
||||
|
||||
pluginDictionaries = let
|
||||
|
@ -126,7 +128,7 @@ in {
|
|||
"git-blame"
|
||||
|
||||
# Nix
|
||||
"vim-addon-nix"
|
||||
"vim-addon-nix" "tlib"
|
||||
"vim-addon-vim2nix"
|
||||
|
||||
# LaTeX
|
||||
|
@ -146,7 +148,7 @@ in {
|
|||
"vim-markdown-toc"
|
||||
|
||||
# misc syntax support
|
||||
"vim-bazel"
|
||||
"vim-bazel" "maktaba"
|
||||
];
|
||||
in [
|
||||
{ names = default; }
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
channelsNixosStable = {
|
||||
ref = "nixos-18.09";
|
||||
rev = "<% git ls-remote https://github.com/nixos/nixpkgs-channels nixos-18.09 | awk '{ print $1 }' | tr -d '\n' -%>";
|
||||
ref = "nixos-19.03";
|
||||
rev = "<% git ls-remote https://github.com/nixos/nixpkgs-channels nixos-19.03 | awk '{ print $1 }' | tr -d '\n' -%>";
|
||||
};
|
||||
channelsNixosUnstable = {
|
||||
ref = "nixos-unstable";
|
||||
|
|
|
@ -13,6 +13,6 @@ in {
|
|||
uid = 1000;
|
||||
};
|
||||
|
||||
security.pam.enableU2F = true;
|
||||
security.pam.u2f.enable = true;
|
||||
security.pam.services.steveej.u2fAuth = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue