2 days of work
This commit is contained in:
parent
ad427500ad
commit
f8e261ad07
18 changed files with 391 additions and 32 deletions
29
roles/work.nix
Normal file
29
roles/work.nix
Normal file
|
@ -0,0 +1,29 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
let
|
||||
unstable = import <nixos-unstable> { config.allowUnfree = true; };
|
||||
cloudstation = pkgs.libsForQt5.callPackage (import ../packages/cloudstation.nix) {};
|
||||
in {
|
||||
|
||||
security.pki.certificateFiles = [
|
||||
../dotfiles/certs/NetzmarktCA.crt
|
||||
../dotfiles/certs/vcenter.netzmarkt.lan.crt
|
||||
];
|
||||
|
||||
networking.extraHosts = ''
|
||||
35.234.109.94 fsi.thomann.de
|
||||
'';
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
(import ../packages/oc311.nix)
|
||||
(import ../packages/oc46.nix)
|
||||
(import ../packages/openshift-install-4.5.nix)
|
||||
astroid
|
||||
cloudstation
|
||||
drone-cli
|
||||
nagstamon
|
||||
python37Packages.pyqt5_with_qtmultimedia # required for nagstamon
|
||||
unstable.slack
|
||||
unstable.velero
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue