summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/himeji/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/hosts/himeji/default.nix b/hosts/himeji/default.nix
index c143b14..fe0b22e 100644
--- a/hosts/himeji/default.nix
+++ b/hosts/himeji/default.nix
@@ -10,6 +10,7 @@
zramSwap.enable = true;
services.openssh.enable = true;
system.stateVersion = "24.05";
+ environment.systemPackages = [ pkgs.fastfetch ];
networking = {
hostName = "himeji";
@@ -24,8 +25,6 @@
];
};
- environment.systemPackages = [ pkgs.fastfetch ];
-
virtualisation = {
containers.enable = true;
docker.enable = true;