modules/shared/nix-daemon: fix asGB
This commit is contained in:
parent
d4343f7ebe
commit
885ea336a5
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
let
|
||||
asGB = size: toString (size * 1024 * 1024);
|
||||
asGB = size: toString (size * 1024 * 1024 * 1024);
|
||||
in
|
||||
{
|
||||
nix = {
|
||||
|
|
Loading…
Add table
Reference in a new issue