diff options
| author | Fuwn <[email protected]> | 2024-09-19 08:37:49 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-19 08:37:49 -0700 |
| commit | 52ac5a70ee77c1f3a81a3f0925d440dd68aa7729 (patch) | |
| tree | 60bb78cbea759b459e55716d0661f887d0cb00fa | |
| parent | nix: more settings (diff) | |
| download | nixos-config-52ac5a70ee77c1f3a81a3f0925d440dd68aa7729.tar.xz nixos-config-52ac5a70ee77c1f3a81a3f0925d440dd68aa7729.zip | |
himeji: format
| -rw-r--r-- | hosts/himeji/default.nix | 3 |
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; |