diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-09-15 15:38:50 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-09-15 15:38:50 -0500 |
| commit | 871ff4e7fb4c22b2aea5cec147b091128fd50c72 (patch) | |
| tree | 52b9d7d4b50cc25fdc2f4fc1633086e3b5ab5911 /hosts/poweredge-pro/key.nix | |
| parent | d2f1ca11963edc6bbe0ee2568d90db3da818a965 (diff) | |
| download | nixos-871ff4e7fb4c22b2aea5cec147b091128fd50c72.tar.xz nixos-871ff4e7fb4c22b2aea5cec147b091128fd50c72.zip | |
docker config + enable configs and fix bug poweredge pro
Diffstat (limited to 'hosts/poweredge-pro/key.nix')
| -rw-r--r-- | hosts/poweredge-pro/key.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/poweredge-pro/key.nix b/hosts/poweredge-pro/key.nix index f5074f2..40cd529 100644 --- a/hosts/poweredge-pro/key.nix +++ b/hosts/poweredge-pro/key.nix @@ -1,4 +1,4 @@ -{ +{ pkgs, ... }: { # Nixos root boot.initrd.systemd.enable = true; # Default since 26.05 boot.initrd.supportedFilesystems.ext4 = true; |
