diff options
author | Soispha <soispha@vhack.eu> | 2023-07-10 17:16:41 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-07-10 17:16:41 +0200 |
commit | 3262a78f7a2089f613c7455abc0613010579b2e7 (patch) | |
tree | a755066efa8745124f9b5aebd6f70e528c047b12 /system/disks | |
parent | Feat(hm/conf/mumble): Add (diff) | |
download | nixos-config-3262a78f7a2089f613c7455abc0613010579b2e7.tar.gz nixos-config-3262a78f7a2089f613c7455abc0613010579b2e7.zip |
Style(treewide): Switch to editorconfig
Diffstat (limited to '')
-rw-r--r-- | system/disks/default.nix | 2 | ||||
-rw-r--r-- | system/disks/fstrim.nix | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/system/disks/default.nix b/system/disks/default.nix index f2884108..71a43667 100644 --- a/system/disks/default.nix +++ b/system/disks/default.nix @@ -125,5 +125,3 @@ in { ]; }; } -# vim: ts=2 - diff --git a/system/disks/fstrim.nix b/system/disks/fstrim.nix index 6a8da5be..6daeb65e 100644 --- a/system/disks/fstrim.nix +++ b/system/disks/fstrim.nix @@ -40,5 +40,3 @@ }; }; } -# vim: ts=2 - |