summaryrefslogtreecommitdiffstats
path: root/lass/1systems
diff options
context:
space:
mode:
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 c1608076..82db8ef7 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 76710ac9..5da66d26 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;