aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/ginaz/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/ginaz/default.nix b/hosts/ginaz/default.nix
index ff8353a..676b08f 100644
--- a/hosts/ginaz/default.nix
+++ b/hosts/ginaz/default.nix
@@ -11,10 +11,10 @@
zfs.devNodes = "/dev/disk/by-label";
};
- #environment.systemPackages = with pkgs; [
- # something
+ environment.systemPackages = with pkgs; [
+ wsmancli
# somethingelse
- #];
+ ];
imports = [
./hardware-configuration.nix