summaryrefslogtreecommitdiff
path: root/nixosConfigurations/yavanna
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2023-02-02 00:49:21 +0300
committerAzat Bahawi <azat@bahawi.net>2023-02-02 00:49:21 +0300
commit89399796d0b91e7904ce67de04bd2f60f0d93b5b (patch)
tree06d47b2ccc861fe8188cdb96910e651802ae06cc /nixosConfigurations/yavanna
parente8dbb049452e014fe89df34cb8f29e7c21c37666 (diff)
2023-02-02
Diffstat (limited to 'nixosConfigurations/yavanna')
-rw-r--r--nixosConfigurations/yavanna/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixosConfigurations/yavanna/default.nix b/nixosConfigurations/yavanna/default.nix
index d347c61..3073caa 100644
--- a/nixosConfigurations/yavanna/default.nix
+++ b/nixosConfigurations/yavanna/default.nix
@@ -27,8 +27,8 @@ with lib; {
# automatically (IIRC) generated `hardware-configuration.nix' as is.
#
# There's, however, no indication that any NVME drives are being used and,
- # as the matter of fact, the VPS itself is KVM-shire, so... I'm still not
- # going to risk it.
+ # as the matter of fact, the VPS itself is on KVM, so... I'm still not going
+ # to risk it, though.
#
# [1]: https://github.com/elitak/nixos-infect
initrd.availableKernelModules = ["nvme"];