summaryrefslogtreecommitdiffstats
path: root/lass/1systems
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-10-27 14:54:32 +0200
committermakefu <github@syntax-fehler.de>2016-10-27 14:54:32 +0200
commit32fff8c80eb49a0b8a121e487915f808ddbd7ea8 (patch)
tree71cd6d5e37059136899446843393c30c03a36272 /lass/1systems
parent36cbb3d300eb18330a62ba20e35f80d515f5bc5f (diff)
parentc091949a151e0a613ad31fd390b1c19bfddfde3a (diff)
Merge remote-tracking branch 'prism/lassulus'
Diffstat (limited to 'lass/1systems')
-rw-r--r--lass/1systems/helios.nix1
-rw-r--r--lass/1systems/prism.nix5
2 files changed, 5 insertions, 1 deletions
diff --git a/lass/1systems/helios.nix b/lass/1systems/helios.nix
index c16080762..82db8ef7b 100644
--- a/lass/1systems/helios.nix
+++ b/lass/1systems/helios.nix
@@ -41,7 +41,6 @@ with import <stockholm/lib>;
environment.systemPackages = with pkgs; [
firefox
chromium
- oraclejre8
maven
arandr
libreoffice
diff --git a/lass/1systems/prism.nix b/lass/1systems/prism.nix
index 76710ac9d..5da66d265 100644
--- a/lass/1systems/prism.nix
+++ b/lass/1systems/prism.nix
@@ -224,6 +224,11 @@ in {
OnCalendar = "*:0/5";
};
}
+ {
+ lass.usershadow = {
+ enable = true;
+ };
+ }
];
krebs.build.host = config.krebs.hosts.prism;